diff options
Diffstat (limited to 'layouts/community/ergodox/csharp_dev/keymap.c')
-rw-r--r-- | layouts/community/ergodox/csharp_dev/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/csharp_dev/keymap.c b/layouts/community/ergodox/csharp_dev/keymap.c index 7996c92e0..221389ef2 100644 --- a/layouts/community/ergodox/csharp_dev/keymap.c +++ b/layouts/community/ergodox/csharp_dev/keymap.c | |||
@@ -118,10 +118,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
118 | 118 | ||
119 | }; | 119 | }; |
120 | 120 | ||
121 | const uint16_t PROGMEM fn_actions[] = { | ||
122 | [1] = ACTION_LAYER_TAP_TOGGLE(FKEYS) // FN1 - Momentary Layer 1 | ||
123 | }; | ||
124 | |||
125 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 121 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
126 | { | 122 | { |
127 | // MACRODOWN only works in this function | 123 | // MACRODOWN only works in this function |