Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
This commit is contained in:
parent
39c22f5cf5
commit
74223c34a9
553 changed files with 1139 additions and 1151 deletions
|
@ -31,7 +31,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
|||
//
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { //button closest to usb is first
|
||||
[0] = LAYOUT_ortho_1x5(
|
||||
KC_ESC, KC_TAB, KC_LSHIFT, KC_LCTRL, TG(1)
|
||||
KC_ESC, KC_TAB, KC_LSFT, KC_LCTL, TG(1)
|
||||
),
|
||||
|
||||
[1] = LAYOUT_ortho_1x5(
|
||||
|
|
|
@ -31,7 +31,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
|||
//
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { //button closest to usb is first
|
||||
[0] = LAYOUT_ortho_1x5(
|
||||
KC_ESC, KC_TAB, KC_LSHIFT, KC_LCTRL, TG(1)
|
||||
KC_ESC, KC_TAB, KC_LSFT, KC_LCTL, TG(1)
|
||||
),
|
||||
|
||||
[1] = LAYOUT_ortho_1x5(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue