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:
@ -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
|
||||
|
Reference in New Issue
Block a user