diff options
Diffstat (limited to 'layouts/community/ergodox/german/keymap.c')
-rw-r--r-- | layouts/community/ergodox/german/keymap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/community/ergodox/german/keymap.c b/layouts/community/ergodox/german/keymap.c index 67d01fd33..a379b24ca 100644 --- a/layouts/community/ergodox/german/keymap.c +++ b/layouts/community/ergodox/german/keymap.c | |||
@@ -47,7 +47,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
47 | TG(2), DE_Z, KC_U, KC_I, KC_O, KC_P, DE_UE, | 47 | TG(2), DE_Z, KC_U, KC_I, KC_O, KC_P, DE_UE, |
48 | KC_H, KC_J, KC_K, KC_L, DE_OE, LT(MDIA,DE_AE), | 48 | KC_H, KC_J, KC_K, KC_L, DE_OE, LT(MDIA,DE_AE), |
49 | MEH_T(KC_NO),KC_N, KC_M, KC_COMM, KC_DOT, CTL_T(DE_MINS), KC_RSFT, | 49 | MEH_T(KC_NO),KC_N, KC_M, KC_COMM, KC_DOT, CTL_T(DE_MINS), KC_RSFT, |
50 | KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_FN1, | 50 | KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, TT(SYMB), |
51 | KC_LALT,CTL_T(KC_ESC), | 51 | KC_LALT,CTL_T(KC_ESC), |
52 | KC_PGUP, | 52 | KC_PGUP, |
53 | KC_PGDN,KC_TAB, KC_ENT | 53 | KC_PGDN,KC_TAB, KC_ENT |
@@ -137,10 +137,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
137 | ), | 137 | ), |
138 | }; | 138 | }; |
139 | 139 | ||
140 | const uint16_t PROGMEM fn_actions[] = { | ||
141 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
142 | }; | ||
143 | |||
144 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 140 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
145 | { | 141 | { |
146 | // MACRODOWN only works in this function | 142 | // MACRODOWN only works in this function |