Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
This commit is contained in:
parent
474c0bc8a2
commit
5629ba1807
362 changed files with 688 additions and 694 deletions
|
@ -143,7 +143,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
set_selected_encoder_key(selected_encoder_key_id);
|
||||
}
|
||||
if (IS_LAYER_ON(FN_1)) {
|
||||
tap_code16(KC_PGDOWN);
|
||||
tap_code16(KC_PGDN);
|
||||
}
|
||||
if (IS_LAYER_ON(FN_2)) {
|
||||
tap_code(KC_VOLU);
|
||||
|
|
|
@ -135,7 +135,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
set_selected_encoder_key(selected_encoder_key_id);
|
||||
}
|
||||
if (IS_LAYER_ON(FN_1)) {
|
||||
tap_code16(KC_PGDOWN);
|
||||
tap_code16(KC_PGDN);
|
||||
}
|
||||
if (IS_LAYER_ON(FN_2)) {
|
||||
tap_code(KC_VOLU);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue