diff options
Diffstat (limited to 'keyboards/atomic/keymaps/twolayer.c')
-rw-r--r-- | keyboards/atomic/keymaps/twolayer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/atomic/keymaps/twolayer.c b/keyboards/atomic/keymaps/twolayer.c index f0ff56467..9ecbbc6df 100644 --- a/keyboards/atomic/keymaps/twolayer.c +++ b/keyboards/atomic/keymaps/twolayer.c | |||
@@ -45,11 +45,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
45 | ), | 45 | ), |
46 | }; | 46 | }; |
47 | 47 | ||
48 | const uint16_t PROGMEM fn_actions[] = { | ||
49 | [1] = ACTION_LAYER_MOMENTARY(1), | ||
50 | [2] = ACTION_LAYER_MOMENTARY(1), | ||
51 | }; | ||
52 | |||
53 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | 48 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { |
54 | // MACRODOWN only works in this function | 49 | // MACRODOWN only works in this function |
55 | switch(id) { | 50 | switch(id) { |