diff options
author | kuchosauronad0 <22005492+kuchosauronad0@users.noreply.github.com> | 2019-10-29 23:59:44 -0700 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-29 23:59:44 -0700 |
commit | f183af14adbdea0789bf85bda46b81139e4524a8 (patch) | |
tree | 22786562c5c5834058e88cf9dba538caa17326ba /keyboards/c39/keymaps/kuchosauronad0/rules.mk | |
parent | 455a0c597854b417c4dc02a462433043bddfa830 (diff) | |
download | qmk_firmware-f183af14adbdea0789bf85bda46b81139e4524a8.tar.gz |
[Keymap] Update keymap for kuchosauronad0 (#6902)
* Add RGB
* Add Plover layer
Diffstat (limited to 'keyboards/c39/keymaps/kuchosauronad0/rules.mk')
-rw-r--r-- | keyboards/c39/keymaps/kuchosauronad0/rules.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/c39/keymaps/kuchosauronad0/rules.mk b/keyboards/c39/keymaps/kuchosauronad0/rules.mk index e2be2e5ac..ac7c77dd4 100644 --- a/keyboards/c39/keymaps/kuchosauronad0/rules.mk +++ b/keyboards/c39/keymaps/kuchosauronad0/rules.mk @@ -2,19 +2,19 @@ BOOTLOADER = caterina BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) +CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration LEADER_ENABLE = yes # default is yes TAP_DANCE_ENABLE = no #(+1254) +COMBO_ENABLE = yes UNICODE_ENABLE = no #(+1134) UNICODEMAP_ENABLE = yes -RGBLIGHT_ENABLE = no +RGBLIGHT_ENABLE = yes AUDIO_ENABLE = no NKRO_ENABLE = yes -INDICATOR_LIGHTS = no +INDICATOR_LIGHTS = yes MACROS_ENABLED = no -RGBLIGHT_TWINKLE = no -RGBLIGHT_STARTUP_ANIMATION = no +RGBLIGHT_STARTUP_ANIMATION = yes -NO_SECRETS = yes +NO_SECRETS = no |