forked from mirrors/qmk_userspace
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
|
@ -148,7 +148,7 @@ enum alfrdmalr_keycodes {
|
|||
|
||||
// RIGHT
|
||||
// - CORE
|
||||
#define ____NUMPAD_R1____ KC_NLCK, KC_7, KC_8, KC_9, KC_MINS
|
||||
#define ____NUMPAD_R1____ KC_NUM, KC_7, KC_8, KC_9, KC_MINS
|
||||
#define ____NUMPAD_R2____ KC_SPC, KC_4, KC_5, KC_6, KC_PLUS
|
||||
#define ____NUMPAD_R3____ KC_NO, KC_1, KC_2, KC_3, KC_SLSH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue