diff options
Diffstat (limited to 'keyboards/xd75/keymaps/adi/keymap.c')
-rw-r--r-- | keyboards/xd75/keymaps/adi/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/xd75/keymaps/adi/keymap.c b/keyboards/xd75/keymaps/adi/keymap.c index d96a21507..24b450c8d 100644 --- a/keyboards/xd75/keymaps/adi/keymap.c +++ b/keyboards/xd75/keymaps/adi/keymap.c | |||
@@ -106,10 +106,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
106 | }, | 106 | }, |
107 | }; | 107 | }; |
108 | 108 | ||
109 | const uint16_t PROGMEM fn_actions[] = { | ||
110 | |||
111 | }; | ||
112 | |||
113 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 109 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
114 | { | 110 | { |
115 | // MACRODOWN only works in this function | 111 | // MACRODOWN only works in this function |