Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy international keycodes #18588

Merged
merged 14 commits into from
Oct 9, 2022
Prev Previous commit
Next Next commit
Merge branch 'develop' into intl-keycodes-legacy-remove
  • Loading branch information
fauxpark committed Oct 5, 2022
commit a91b594ef5a31b2f2597ddc1ef60cd5cbf0558da
3 changes: 0 additions & 3 deletions quantum/keycode_legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ALT_ERASE KC_ALTERNATE_ERASE
#define KC_SYSREQ KC_SYSTEM_REQUEST

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.