diff options
Diffstat (limited to 'keyboards/xd75/keymaps/emilyh/keymap.c')
-rw-r--r-- | keyboards/xd75/keymaps/emilyh/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/xd75/keymaps/emilyh/keymap.c b/keyboards/xd75/keymaps/emilyh/keymap.c index 034bb55ac..04c239636 100644 --- a/keyboards/xd75/keymaps/emilyh/keymap.c +++ b/keyboards/xd75/keymaps/emilyh/keymap.c | |||
@@ -164,10 +164,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
164 | }, | 164 | }, |
165 | }; | 165 | }; |
166 | 166 | ||
167 | const uint16_t PROGMEM fn_actions[] = { | ||
168 | |||
169 | }; | ||
170 | |||
171 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 167 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
172 | { | 168 | { |
173 | // MACRODOWN only works in this function | 169 | // MACRODOWN only works in this function |