aboutsummaryrefslogtreecommitdiff
path: root/keyboards/melody96/keymaps/konstantin/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/melody96/keymaps/konstantin/keymap.c')
-rw-r--r--keyboards/melody96/keymaps/konstantin/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/melody96/keymaps/konstantin/keymap.c b/keyboards/melody96/keymaps/konstantin/keymap.c
index deaffd53d..c2b043104 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
4static const hsv_t *colors[] = { &GODSPEED_BLUE, &GODSPEED_YELLOW }; 4static const HSV *colors[] = { &GODSPEED_BLUE, &GODSPEED_YELLOW };
5static const size_t cnum = sizeof colors / sizeof *colors; 5static const size_t cnum = sizeof colors / sizeof *colors;
6static size_t cidx = 0; 6static size_t cidx = 0;
7 7