mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-06 03:40:35 -04:00
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
405f473a7b
commit
1cdfb8a131
6 changed files with 9 additions and 9 deletions
|
@ -23,7 +23,7 @@ uint16_t alt_tab_timer = 0;
|
|||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT_ortho_2x3(
|
||||
KC_MEDIA_STOP, KC_MEDIA_PLAY_PAUSE, KC__MUTE,
|
||||
KC_MEDIA_STOP, KC_MEDIA_PLAY_PAUSE, KC_MUTE,
|
||||
KC_MEDIA_REWIND, KC_MEDIA_FAST_FORWARD, KC_PGDN
|
||||
),
|
||||
[1] = LAYOUT_ortho_2x3(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue