diff options
Diffstat (limited to 'layouts/community/ergodox/osx_fr/keymap.c')
-rw-r--r-- | layouts/community/ergodox/osx_fr/keymap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/community/ergodox/osx_fr/keymap.c b/layouts/community/ergodox/osx_fr/keymap.c index f899b8b0f..b1876d6a8 100644 --- a/layouts/community/ergodox/osx_fr/keymap.c +++ b/layouts/community/ergodox/osx_fr/keymap.c | |||
@@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
48 | TG(1), KC_Y, KC_U, KC_I, KC_O, KC_P, FR_GRV, | 48 | TG(1), KC_Y, KC_U, KC_I, KC_O, KC_P, FR_GRV, |
49 | KC_H, KC_J, KC_K, KC_L, FR_M, KC_LGUI, | 49 | KC_H, KC_J, KC_K, KC_L, FR_M, KC_LGUI, |
50 | MEH_T(KC_NO), KC_N, FR_COMM, LT(MDIA, FR_SCLN), FR_COLN, CTL_T(FR_EQL), KC_RSFT, | 50 | MEH_T(KC_NO), KC_N, FR_COMM, LT(MDIA, FR_SCLN), FR_COLN, CTL_T(FR_EQL), KC_RSFT, |
51 | KC_UP, KC_DOWN, KC_LBRC, KC_RBRC, KC_FN1, | 51 | KC_UP, KC_DOWN, KC_LBRC, KC_RBRC, TT(SYMB), |
52 | KC_LALT, CTL_T(KC_ESC), | 52 | KC_LALT, CTL_T(KC_ESC), |
53 | KC_PGUP, | 53 | KC_PGUP, |
54 | KC_PGDN, KC_TAB, KC_ENT | 54 | KC_PGDN, KC_TAB, KC_ENT |
@@ -138,10 +138,6 @@ LAYOUT_ergodox( | |||
138 | ), | 138 | ), |
139 | }; | 139 | }; |
140 | 140 | ||
141 | const uint16_t PROGMEM fn_actions[] = { | ||
142 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
143 | }; | ||
144 | |||
145 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 141 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
146 | { | 142 | { |
147 | // MACRODOWN only works in this function | 143 | // MACRODOWN only works in this function |