diff options
Diffstat (limited to 'layouts/community/ergodox/guni/keymap.c')
-rw-r--r-- | layouts/community/ergodox/guni/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/community/ergodox/guni/keymap.c b/layouts/community/ergodox/guni/keymap.c index 9a00f0a97..021271c2e 100644 --- a/layouts/community/ergodox/guni/keymap.c +++ b/layouts/community/ergodox/guni/keymap.c | |||
@@ -138,7 +138,6 @@ const uint16_t PROGMEM fn_actions[] = { | |||
138 | //[29] = ACTION_LAYER_TOGGLE(4), | 138 | //[29] = ACTION_LAYER_TOGGLE(4), |
139 | [29] = ACTION_MODS_TAP_KEY(MOD_RSFT,KC_ESC), | 139 | [29] = ACTION_MODS_TAP_KEY(MOD_RSFT,KC_ESC), |
140 | [30] = ACTION_LAYER_TAP_KEY(1, KC_QUOT), | 140 | [30] = ACTION_LAYER_TAP_KEY(1, KC_QUOT), |
141 | [31] = ACTION_LAYER_MOMENTARY(2), | ||
142 | //[] = ACTION_LAYER_TAP_KEY(4, KC_S), | 141 | //[] = ACTION_LAYER_TAP_KEY(4, KC_S), |
143 | }; | 142 | }; |
144 | 143 | ||