Remove legacy keycodes, part 5 (#18710)

* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
This commit is contained in:
Ryan 2022-10-16 08:29:43 +11:00 committed by GitHub
parent c857f03004
commit ab0ad878c6
465 changed files with 577 additions and 577 deletions

View file

@ -34,7 +34,7 @@ enum custom_keycodes {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BASE] = LAYOUT(
RGB_MOD, KC_NLCK,
RGB_MOD, KC_NUM,
KC_P7, KC_P8, KC_P9, KC_DEL,
KC_P4, KC_P5, KC_P6, KC_END,
KC_P1, KC_P2, KC_P3, KC_F13,