diff options
Diffstat (limited to 'layouts/community/ergodox/erez_experimental/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/erez_experimental/keymap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/community/ergodox/erez_experimental/keymap.c b/layouts/community/ergodox/erez_experimental/keymap.c index 481f984d5..1270188f9 100644 --- a/layouts/community/ergodox/erez_experimental/keymap.c +++ b/layouts/community/ergodox/erez_experimental/keymap.c | |||
| @@ -142,12 +142,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 142 | ), | 142 | ), |
| 143 | }; | 143 | }; |
| 144 | 144 | ||
| 145 | const uint16_t PROGMEM fn_actions[] = { | ||
| 146 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB), // FN1 - Momentary Layer 1 (Symbols) | ||
| 147 | [2] = ACTION_MACRO_TAP(0), // Eric Tang's Famous Macro! | ||
| 148 | [3] = ACTION_MACRO_TAP(1) // Eric Tang's Famous Macro! | ||
| 149 | }; | ||
| 150 | |||
| 151 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 145 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 152 | { | 146 | { |
| 153 | return MACRO_NONE; | 147 | return MACRO_NONE; |
