diff options
Diffstat (limited to 'layouts/community/ergodox/josh/keymap.c')
-rw-r--r-- | layouts/community/ergodox/josh/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/josh/keymap.c b/layouts/community/ergodox/josh/keymap.c index 5121fabdb..07ee97ec8 100644 --- a/layouts/community/ergodox/josh/keymap.c +++ b/layouts/community/ergodox/josh/keymap.c | |||
@@ -143,10 +143,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
143 | ), | 143 | ), |
144 | }; | 144 | }; |
145 | 145 | ||
146 | const uint16_t PROGMEM fn_actions[] = { | ||
147 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
148 | }; | ||
149 | |||
150 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 146 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
151 | { | 147 | { |
152 | // MACRODOWN only works in this function | 148 | // MACRODOWN only works in this function |