diff options
Diffstat (limited to 'keyboards/atreus/keymaps/alphadox/keymap.c')
-rw-r--r-- | keyboards/atreus/keymaps/alphadox/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/atreus/keymaps/alphadox/keymap.c b/keyboards/atreus/keymaps/alphadox/keymap.c index 575a640c4..15485f287 100644 --- a/keyboards/atreus/keymaps/alphadox/keymap.c +++ b/keyboards/atreus/keymaps/alphadox/keymap.c | |||
@@ -31,10 +31,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
31 | ), | 31 | ), |
32 | }; | 32 | }; |
33 | 33 | ||
34 | const uint16_t PROGMEM fn_actions[] = { | ||
35 | |||
36 | }; | ||
37 | |||
38 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 34 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
39 | switch(id) { | 35 | switch(id) { |
40 | case TEENSY: | 36 | case TEENSY: |