Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
This commit is contained in:
parent
92d7964b28
commit
5e4b076af3
2171 changed files with 2799 additions and 2802 deletions
|
@ -52,7 +52,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
_______, _________________PUNC_L1_ALT_______________, _______, _________________PUNC_R1___________________, _______,
|
||||
_______, _________________PUNC_L3___________________, _________________PUNC_R2___________________, _______,
|
||||
RGB_MOD, _________________PUNC_L3_ALT_______________, _________________PUNC_R3___________________, _______,
|
||||
_______, _______, KC_NLCK, KC_SLCK, KC_DEL, _______, _______, _______, KC_CAPS, _______, _______, _______, _______
|
||||
_______, _______, KC_NUM, KC_SCRL, KC_DEL, _______, _______, _______, KC_CAPS, _______, _______, _______, _______
|
||||
),
|
||||
|
||||
[_FUNC] = LAYOUT_wrapper(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue