diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-06 02:21:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 16:21:40 +0100 |
commit | d1b6b062024dddf047f760efbad21edb2acca394 (patch) | |
tree | 470533d57a596d0bca41f099ba84e364b44330e2 /quantum | |
parent | ee0a2b5d49db7c535d37942ebbd4c6990d299ff6 (diff) |
Remove legacy locking caps/num/scroll keycodes (#18601)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/keycode_legacy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/keycode_legacy.h b/quantum/keycode_legacy.h index 0317a05534..9169f3cb89 100644 --- a/quantum/keycode_legacy.h +++ b/quantum/keycode_legacy.h @@ -19,9 +19,6 @@ #define KC__MUTE KC_KB_MUTE #define KC__VOLUP KC_KB_VOLUME_UP #define KC__VOLDOWN KC_KB_VOLUME_DOWN -#define KC_LOCKING_CAPS KC_LOCKING_CAPS_LOCK -#define KC_LOCKING_NUM KC_LOCKING_NUM_LOCK -#define KC_LOCKING_SCROLL KC_LOCKING_SCROLL_LOCK #define KC_LANG1 KC_LANGUAGE_1 #define KC_LANG2 KC_LANGUAGE_2 #define KC_LANG3 KC_LANGUAGE_3 |