diff options
Diffstat (limited to 'keyboards/ergodox_infinity/keymaps/halfkeyboard/keymap.c')
-rw-r--r-- | keyboards/ergodox_infinity/keymaps/halfkeyboard/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/ergodox_infinity/keymaps/halfkeyboard/keymap.c b/keyboards/ergodox_infinity/keymaps/halfkeyboard/keymap.c index 8b6a0fcc7..7f829b243 100644 --- a/keyboards/ergodox_infinity/keymaps/halfkeyboard/keymap.c +++ b/keyboards/ergodox_infinity/keymaps/halfkeyboard/keymap.c | |||
@@ -456,11 +456,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
456 | 456 | ||
457 | }; | 457 | }; |
458 | 458 | ||
459 | const uint16_t PROGMEM fn_actions[] = { | ||
460 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
461 | |||
462 | }; | ||
463 | |||
464 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 459 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
465 | { | 460 | { |
466 | // MACRODOWN only works in this function | 461 | // MACRODOWN only works in this function |