diff options
Diffstat (limited to 'layouts/community/ergodox/siroken3/keymap.c')
-rw-r--r-- | layouts/community/ergodox/siroken3/keymap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/community/ergodox/siroken3/keymap.c b/layouts/community/ergodox/siroken3/keymap.c index e8e122387..98422b440 100644 --- a/layouts/community/ergodox/siroken3/keymap.c +++ b/layouts/community/ergodox/siroken3/keymap.c | |||
@@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
48 | TG(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | 48 | TG(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, |
49 | KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),KC_LGUI, | 49 | KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),KC_LGUI, |
50 | MEH_T(KC_NO),KC_N, KC_M, KC_COMM,KC_DOT, CTL_T(KC_SLSH), KC_RSFT, | 50 | MEH_T(KC_NO),KC_N, KC_M, KC_COMM,KC_DOT, CTL_T(KC_SLSH), 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_LANG2, KC_ENT | 54 | KC_PGDN,KC_LANG2, KC_ENT |
@@ -138,10 +138,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
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 |