diff options
Diffstat (limited to 'keyboards/kc60/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/kc60/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/kc60/keymaps/default/keymap.c b/keyboards/kc60/keymaps/default/keymap.c index 045ab810f..073ae9c4a 100644 --- a/keyboards/kc60/keymaps/default/keymap.c +++ b/keyboards/kc60/keymaps/default/keymap.c | |||
@@ -11,10 +11,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
11 | ), | 11 | ), |
12 | }; | 12 | }; |
13 | 13 | ||
14 | const uint16_t PROGMEM fn_actions[] = { | ||
15 | |||
16 | }; | ||
17 | |||
18 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 14 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
19 | { | 15 | { |
20 | // MACRODOWN only works in this function | 16 | // MACRODOWN only works in this function |