diff options
Diffstat (limited to 'keyboards/ckeys/nakey/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/ckeys/nakey/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ckeys/nakey/keymaps/default/keymap.c b/keyboards/ckeys/nakey/keymaps/default/keymap.c index 9c3e45b94..ee14c1716 100644 --- a/keyboards/ckeys/nakey/keymaps/default/keymap.c +++ b/keyboards/ckeys/nakey/keymaps/default/keymap.c | |||
@@ -25,10 +25,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
25 | ), | 25 | ), |
26 | }; | 26 | }; |
27 | 27 | ||
28 | const uint16_t PROGMEM fn_actions[] = { | ||
29 | |||
30 | }; | ||
31 | |||
32 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 28 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
33 | // MACRODOWN only works in this function | 29 | // MACRODOWN only works in this function |
34 | switch(id) { | 30 | switch(id) { |