diff options
Diffstat (limited to 'keyboards/kbd66/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/kbd66/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/kbd66/keymaps/default/keymap.c b/keyboards/kbd66/keymaps/default/keymap.c index 6a4c0b57f..a969d6510 100644 --- a/keyboards/kbd66/keymaps/default/keymap.c +++ b/keyboards/kbd66/keymaps/default/keymap.c | |||
@@ -66,10 +66,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
66 | 66 | ||
67 | }; | 67 | }; |
68 | 68 | ||
69 | const uint16_t PROGMEM fn_actions[] = { | ||
70 | |||
71 | }; | ||
72 | |||
73 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 69 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
74 | { | 70 | { |
75 | // MACRODOWN only works in this function | 71 | // MACRODOWN only works in this function |