diff options
Diffstat (limited to 'layouts/community/ergodox/common_nighthawk/keymap.c')
-rw-r--r-- | layouts/community/ergodox/common_nighthawk/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/common_nighthawk/keymap.c b/layouts/community/ergodox/common_nighthawk/keymap.c index e113e85d1..cb13822e4 100644 --- a/layouts/community/ergodox/common_nighthawk/keymap.c +++ b/layouts/community/ergodox/common_nighthawk/keymap.c | |||
@@ -149,10 +149,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
149 | ), | 149 | ), |
150 | }; | 150 | }; |
151 | 151 | ||
152 | const uint16_t PROGMEM fn_actions[] = { | ||
153 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
154 | }; | ||
155 | |||
156 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 152 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
157 | { | 153 | { |
158 | // MACRODOWN only works in this function | 154 | // MACRODOWN only works in this function |