Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
This commit is contained in:
@@ -48,7 +48,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
* `---------------------- '
|
||||
*/
|
||||
[5] = LAYOUT_ortho_4x4( /* NUMPAD SUPPLEMENT */
|
||||
KC_NLCK, _______, _______, TO(0),
|
||||
KC_NUM, _______, _______, TO(0),
|
||||
_______, _______, _______, _______,
|
||||
_______, _______, _______, _______,
|
||||
_______, _______, _______, _______
|
||||
|
Reference in New Issue
Block a user