Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
This commit is contained in:
parent
17ada03243
commit
e96d829724
113 changed files with 190 additions and 201 deletions
|
@ -9,10 +9,6 @@
|
|||
#define KC_SCOLON KC_SEMICOLON
|
||||
#define KC_PSCREEN KC_PRINT_SCREEN
|
||||
#define KC_PGDOWN KC_PAGE_DOWN
|
||||
#define KC_POWER KC_KB_POWER
|
||||
#define KC__MUTE KC_KB_MUTE
|
||||
#define KC__VOLUP KC_KB_VOLUME_UP
|
||||
#define KC__VOLDOWN KC_KB_VOLUME_DOWN
|
||||
|
||||
#define KC_LCTRL KC_LEFT_CTRL
|
||||
#define KC_LSHIFT KC_LEFT_SHIFT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue