diff options
Diffstat (limited to 'keyboards/h87a/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/h87a/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/h87a/keymaps/default/keymap.c b/keyboards/h87a/keymaps/default/keymap.c index 20418604c..89178453d 100644 --- a/keyboards/h87a/keymaps/default/keymap.c +++ b/keyboards/h87a/keymaps/default/keymap.c | |||
@@ -35,10 +35,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
35 | 35 | ||
36 | }; | 36 | }; |
37 | 37 | ||
38 | const uint16_t PROGMEM fn_actions[] = { | ||
39 | |||
40 | }; | ||
41 | |||
42 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 38 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
43 | { | 39 | { |
44 | // MACRODOWN only works in this function | 40 | // MACRODOWN only works in this function |