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:
@@ -22,7 +22,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)
|
||||
|
||||
#define KC_ALAS LALT_T(KC_PAST)
|
||||
|
@@ -21,7 +21,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)
|
||||
|
||||
#define KC_ALAS LALT_T(KC_PAST)
|
||||
|
@@ -19,7 +19,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)
|
||||
|
||||
#define KC_ALAS LALT_T(KC_PAST)
|
||||
|
Reference in New Issue
Block a user