diff options
Diffstat (limited to 'layouts/community/ergodox/swissgerman/keymap.c')
-rw-r--r-- | layouts/community/ergodox/swissgerman/keymap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/community/ergodox/swissgerman/keymap.c b/layouts/community/ergodox/swissgerman/keymap.c index 0288c955b..b32fa4c2a 100644 --- a/layouts/community/ergodox/swissgerman/keymap.c +++ b/layouts/community/ergodox/swissgerman/keymap.c | |||
@@ -82,7 +82,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
82 | TG(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, | 82 | TG(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, |
83 | KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),GUI_T(KC_QUOT), | 83 | KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),GUI_T(KC_QUOT), |
84 | MEH_T(KC_NO),KC_N, KC_M, KC_COMM,ALT_T(KC_DOT), CTL_T(KC_SLSH), KC_RSFT, | 84 | MEH_T(KC_NO),KC_N, KC_M, KC_COMM,ALT_T(KC_DOT), CTL_T(KC_SLSH), KC_RSFT, |
85 | KC_UP, KC_DOWN,KC_RALT,KC_RBRC, KC_FN1, | 85 | KC_UP, KC_DOWN,KC_RALT,KC_RBRC, TT(SYMB), |
86 | KC_LALT,CTL_T(KC_ESC), | 86 | KC_LALT,CTL_T(KC_ESC), |
87 | KC_PGUP, | 87 | KC_PGUP, |
88 | KC_PGDN,KC_TAB, KC_ENT | 88 | KC_PGDN,KC_TAB, KC_ENT |
@@ -172,10 +172,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
172 | ), | 172 | ), |
173 | }; | 173 | }; |
174 | 174 | ||
175 | const uint16_t PROGMEM fn_actions[] = { | ||
176 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
177 | }; | ||
178 | |||
179 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 175 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
180 | { | 176 | { |
181 | // MACRODOWN only works in this function | 177 | // MACRODOWN only works in this function |