diff options
Diffstat (limited to 'keyboards/melody96/keymaps')
| -rw-r--r-- | keyboards/melody96/keymaps/konstantin/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/melody96/keymaps/konstantin/rules.mk | 21 |
2 files changed, 12 insertions, 11 deletions
diff --git a/keyboards/melody96/keymaps/konstantin/keymap.c b/keyboards/melody96/keymaps/konstantin/keymap.c index c2b043104..e02ba0f85 100644 --- a/keyboards/melody96/keymaps/konstantin/keymap.c +++ b/keyboards/melody96/keymaps/konstantin/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "konstantin.h" | 2 | #include "konstantin.h" |
| 3 | 3 | ||
| 4 | static const HSV *colors[] = { &GODSPEED_BLUE, &GODSPEED_YELLOW }; | 4 | static const HSV *colors[] = { &godspeed_blue, &godspeed_yellow }; |
| 5 | static const size_t cnum = sizeof colors / sizeof *colors; | 5 | static const size_t cnum = sizeof colors / sizeof *colors; |
| 6 | static size_t cidx = 0; | 6 | static size_t cidx = 0; |
| 7 | 7 | ||
diff --git a/keyboards/melody96/keymaps/konstantin/rules.mk b/keyboards/melody96/keymaps/konstantin/rules.mk index 47a859d08..995402cb0 100644 --- a/keyboards/melody96/keymaps/konstantin/rules.mk +++ b/keyboards/melody96/keymaps/konstantin/rules.mk | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | BOOTMAGIC_ENABLE = no | 1 | BACKLIGHT_ENABLE = no |
| 2 | COMMAND_ENABLE = yes | 2 | BOOTMAGIC_ENABLE = no |
| 3 | CONSOLE_ENABLE = no | 3 | COMMAND_ENABLE = yes |
| 4 | EXTRAKEY_ENABLE = yes | 4 | CONSOLE_ENABLE = no |
| 5 | MOUSEKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | NKRO_ENABLE = yes | 6 | MOUSEKEY_ENABLE = yes |
| 7 | TAP_DANCE_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 8 | UNICODEMAP_ENABLE = yes | 8 | RGBLIGHT_ENABLE = yes |
| 9 | 9 | SPACE_CADET_ENABLE = no | |
| 10 | BACKLIGHT_ENABLE = no | 10 | TAP_DANCE_ENABLE = yes |
| 11 | UNICODEMAP_ENABLE = yes | ||
