diff options
| author | Sergi Meseguer <zigotica@gmail.com> | 2021-12-21 18:20:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 09:20:05 -0800 |
| commit | bcca5ec5fa13d42fe672da05af1bd0e2f209c319 (patch) | |
| tree | 5a0c91338a6158aa463ca978e3b4aa0ae63eabb1 /users | |
| parent | d4ae858e0aea3ee3e99badaaf489425b6b00d39e (diff) | |
| download | qmk_firmware-bcca5ec5fa13d42fe672da05af1bd0e2f209c319.tar.gz qmk_firmware-bcca5ec5fa13d42fe672da05af1bd0e2f209c319.zip | |
zigotica userspace rows tweak: TAB in default STENAI layer, ESC in sym/fn layers (#15525)
Diffstat (limited to 'users')
| -rw-r--r-- | users/zigotica/rows.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/users/zigotica/rows.h b/users/zigotica/rows.h index e73d72bbe..ef9487ace 100644 --- a/users/zigotica/rows.h +++ b/users/zigotica/rows.h | |||
| @@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | * | | | | | TD ]} | | TD ; | | | | TD : | | 35 | * | | | | | TD ]} | | TD ; | | | | TD : | |
| 36 | * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------. | 36 | * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------. |
| 37 | * | | | | | | | 37 | * | | | | | | |
| 38 | * | ESC | SPC | | E | INTRO | | 38 | * | TAB | SPC | | E | INTRO | |
| 39 | * | num | nav | | sym | fn | | 39 | * | num | nav | | sym | fn | |
| 40 | * `---------------' `---------------' | 40 | * `---------------' `---------------' |
| 41 | * | 41 | * |
| @@ -43,7 +43,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | #define _STENAI_L1 KC_GRV, KC_W, KC_D, KC_P, KC_F | 43 | #define _STENAI_L1 KC_GRV, KC_W, KC_D, KC_P, KC_F |
| 44 | #define _STENAI_L2 LALT_T(KC_H), LCTL_T(KC_R), LSFT_T(KC_S), LGUI_T(KC_T), KC_G | 44 | #define _STENAI_L2 LALT_T(KC_H), LCTL_T(KC_R), LSFT_T(KC_S), LGUI_T(KC_T), KC_G |
| 45 | #define _STENAI_L3 KC_B, KC_X, KC_C, KC_V, ZK_BRC | 45 | #define _STENAI_L3 KC_B, KC_X, KC_C, KC_V, ZK_BRC |
| 46 | #define _STENAI_LT LT(_NUM, KC_ESC), LT(_NAV, KC_SPC) | 46 | #define _STENAI_LT LT(_NUM, KC_TAB), LT(_NAV, KC_SPC) |
| 47 | 47 | ||
| 48 | #define _STENAI_R1 KC_K, KC_Y, KC_U, KC_Q, KC_QUOT | 48 | #define _STENAI_R1 KC_K, KC_Y, KC_U, KC_Q, KC_QUOT |
| 49 | #define _STENAI_R2 KC_M, RGUI_T(KC_N), RSFT_T(KC_A), RCTL_T(KC_I), RALT_T(KC_O) | 49 | #define _STENAI_R2 KC_M, RGUI_T(KC_N), RSFT_T(KC_A), RCTL_T(KC_I), RALT_T(KC_O) |
| @@ -147,14 +147,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 147 | * | | | | | | | | | | | | | 147 | * | | | | | | | | | | | | |
| 148 | * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------. | 148 | * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------. |
| 149 | * | | | |:::::::| | | 149 | * | | | |:::::::| | |
| 150 | * | | TAB | |:::::::| | | 150 | * | | ESC | |:::::::| | |
| 151 | * | | | |:::::::| | | 151 | * | | | |:::::::| | |
| 152 | * `---------------' `---------------' | 152 | * `---------------' `---------------' |
| 153 | */ | 153 | */ |
| 154 | #define ____SYM_L1 KC_PERC, KC_AMPR, KC_QUES, KC_PIPE, KC_EXLM | 154 | #define ____SYM_L1 KC_PERC, KC_AMPR, KC_QUES, KC_PIPE, KC_EXLM |
| 155 | #define ____SYM_L2 KC_HASH, KC_AT, KC_COLN, KC_SCLN, KC_DLR | 155 | #define ____SYM_L2 KC_HASH, KC_AT, KC_COLN, KC_SCLN, KC_DLR |
| 156 | #define ____SYM_L3 ZK_PRN, KC_TILD, KC_SLSH, KC_BSLS, KC_CIRC | 156 | #define ____SYM_L3 ZK_PRN, KC_TILD, KC_SLSH, KC_BSLS, KC_CIRC |
| 157 | #define ____SYM_LT _______, KC_TAB | 157 | #define ____SYM_LT _______, KC_ESC |
| 158 | 158 | ||
| 159 | #define ____SYM_R1 _BLANK_ROW | 159 | #define ____SYM_R1 _BLANK_ROW |
| 160 | #define ____SYM_R2 _BLANK_ROW | 160 | #define ____SYM_R2 _BLANK_ROW |
| @@ -178,14 +178,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 178 | * | | | | | | | | | | | | | 178 | * | | | | | | | | | | | | |
| 179 | * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------. | 179 | * `-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------. |
| 180 | * | | | | |:::::::| | 180 | * | | | | |:::::::| |
| 181 | * | | TAB | | |:::::::| | 181 | * | | ESC | | |:::::::| |
| 182 | * | | | | |:::::::| | 182 | * | | | | |:::::::| |
| 183 | * `---------------' `---------------' | 183 | * `---------------' `---------------' |
| 184 | */ | 184 | */ |
| 185 | #define ____FN_L1 _BLANK_ROW | 185 | #define ____FN_L1 _BLANK_ROW |
| 186 | #define ____FN_L2 _BLANK_ROW | 186 | #define ____FN_L2 _BLANK_ROW |
| 187 | #define ____FN_L3 _BLANK_ROW | 187 | #define ____FN_L3 _BLANK_ROW |
| 188 | #define ____FN_LT _______, KC_TAB | 188 | #define ____FN_LT _______, KC_ESC |
| 189 | 189 | ||
| 190 | #define ____FN_R1 _______, KC_F7, KC_F8, KC_F9, KC_F10 | 190 | #define ____FN_R1 _______, KC_F7, KC_F8, KC_F9, KC_F10 |
| 191 | #define ____FN_R2 _______, KC_F1, KC_F2, KC_F3, KC_F11 | 191 | #define ____FN_R2 _______, KC_F1, KC_F2, KC_F3, KC_F11 |
