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
|
@ -33,7 +33,7 @@ static int8_t encoder_pulses = 0;
|
|||
|
||||
__attribute__((weak)) extern const uint16_t PROGMEM encoder_keymaps[][2][2];
|
||||
|
||||
const uint16_t encoder_default[2][2] = { { KC_PGDN, KC_PGUP }, { KC__VOLDOWN, KC__VOLUP } };
|
||||
const uint16_t encoder_default[2][2] = { { KC_PGDN, KC_PGUP }, { KC_VOLD, KC_VOLU } };
|
||||
|
||||
/**
|
||||
* Tap on encoder updates using the encoder keymap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue