diff options
Diffstat (limited to 'keyboards/scrabblepad/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/scrabblepad/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/scrabblepad/keymaps/default/keymap.c b/keyboards/scrabblepad/keymaps/default/keymap.c index bfbab6e88..8d110dbd5 100644 --- a/keyboards/scrabblepad/keymaps/default/keymap.c +++ b/keyboards/scrabblepad/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 |