Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user