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
|
@ -28,7 +28,7 @@ enum custom_keycodes {
|
|||
};
|
||||
|
||||
// Shortcut to make keymap more readable
|
||||
#define KC_BKSL KC_BSLASH
|
||||
#define KC_BKSL KC_BSLS
|
||||
#define SYM_L MO(_SYMB)
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue