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