diff options
Diffstat (limited to 'keyboards/melody96/keymaps/konstantin/keymap.c')
| -rw-r--r-- | keyboards/melody96/keymaps/konstantin/keymap.c | 2 |
1 files changed, 1 insertions, 1 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 | ||
