diff options
Diffstat (limited to 'layouts/community/ergodox/maz/keymap.c')
-rw-r--r-- | layouts/community/ergodox/maz/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/maz/keymap.c b/layouts/community/ergodox/maz/keymap.c index ad425a726..c36821ded 100644 --- a/layouts/community/ergodox/maz/keymap.c +++ b/layouts/community/ergodox/maz/keymap.c | |||
@@ -180,10 +180,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
180 | ), | 180 | ), |
181 | }; | 181 | }; |
182 | 182 | ||
183 | const uint16_t PROGMEM fn_actions[] = { | ||
184 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
185 | }; | ||
186 | |||
187 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 183 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
188 | { | 184 | { |
189 | // MACRODOWN only works in this function | 185 | // MACRODOWN only works in this function |