Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
This commit is contained in:
parent
39c22f5cf5
commit
74223c34a9
553 changed files with 1139 additions and 1151 deletions
|
@ -545,5 +545,3 @@ enum mouse_keys {
|
|||
KC_MS_ACCEL1,
|
||||
KC_MS_ACCEL2 // 0xDF, or 0xFF if via enabled
|
||||
};
|
||||
|
||||
#include "keycode_legacy.h"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
// clang-format off
|
||||
|
||||
// These keycode names have been deprecated
|
||||
|
||||
#define KC_LCTRL KC_LEFT_CTRL
|
||||
#define KC_LSHIFT KC_LEFT_SHIFT
|
||||
#define KC_RCTRL KC_RIGHT_CTRL
|
||||
#define KC_RSHIFT KC_RIGHT_SHIFT
|
Loading…
Add table
Add a link
Reference in a new issue