diff options
Diffstat (limited to 'layouts/community/ergodox/naps62/keymap.c')
-rw-r--r-- | layouts/community/ergodox/naps62/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/naps62/keymap.c b/layouts/community/ergodox/naps62/keymap.c index 481b0dd76..a242a14fe 100644 --- a/layouts/community/ergodox/naps62/keymap.c +++ b/layouts/community/ergodox/naps62/keymap.c | |||
@@ -138,10 +138,6 @@ LAYOUT_ergodox( | |||
138 | ), | 138 | ), |
139 | }; | 139 | }; |
140 | 140 | ||
141 | const uint16_t PROGMEM fn_actions[] = { | ||
142 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
143 | }; | ||
144 | |||
145 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 141 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
146 | { | 142 | { |
147 | // MACRODOWN only works in this function | 143 | // MACRODOWN only works in this function |