diff options
Diffstat (limited to 'keyboards/kmac/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/kmac/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/kmac/keymaps/default/keymap.c b/keyboards/kmac/keymaps/default/keymap.c index 8ae8627a0..ca5975753 100644 --- a/keyboards/kmac/keymaps/default/keymap.c +++ b/keyboards/kmac/keymaps/default/keymap.c | |||
@@ -42,10 +42,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), | 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), |
43 | }; | 43 | }; |
44 | 44 | ||
45 | const uint16_t PROGMEM fn_actions[] = { | ||
46 | |||
47 | }; | ||
48 | |||
49 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 45 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
50 | { | 46 | { |
51 | // MACRODOWN only works in this function | 47 | // MACRODOWN only works in this function |