-
-
Notifications
You must be signed in to change notification settings - Fork 42.4k
Basic keycode overhaul #14726
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
Merged
Merged
Basic keycode overhaul #14726
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drashna
approved these changes
Oct 6, 2021
tzarc
approved these changes
Nov 1, 2021
ptrxyz
pushed a commit
to ptrxyz/qmk_firmware
that referenced
this pull request
Apr 9, 2022
14 tasks
noroadsleft
added a commit
to noroadsleft/qmk_configurator
that referenced
this pull request
May 28, 2022
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
Jul 5, 2022
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
Sep 30, 2022
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
Oct 18, 2022
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
Dec 2, 2022
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
Dec 14, 2022
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
Jan 13, 2023
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
Feb 10, 2023
dead10ck
added a commit
to dead10ck/qmk_firmware
that referenced
this pull request
May 6, 2023
mattpcaswell
pushed a commit
to mattpcaswell/qmk_firmware
that referenced
this pull request
Jun 7, 2023
* Update Keycode List Per qmk/qmk_firmware Pull Requests qmk#14726 & qmk#15968. - change `KC_SLCK` to `KC_SCRL` - change `KC_NLCK` to `KC_NUM` - change `KC_RO` to `KC_INT1` - change `KC_KANA` to `KC_INT2` - change `KC_JYEN` to `KC_INT3` - change `KC_HENK` to `KC_INT4` - change `KC_MHEN` to `KC_INT5` - change `KC_HAEN` to `KC_LNG1` - change `KC_HANJ` to `KC_LNG2` - change `RESET` to `QK_BOOT` - change `DEBUG` to `DB_TOGG` - change `EEP_RST` to `EE_CLR` - change `KC_GESC` to `QK_GESC` * update keymaps to use KC_SCRL * update keymaps to use KC_NUM * update keymaps to use KC_INT1 * update keymaps to use KC_INT2 * update keymaps to use KC_INT3 * update keymaps to use KC_INT4 * update keymaps to use KC_INT5 * update keymaps to use KC_LNG1 * update keymaps to use KC_LNG2 * update keymaps to use QK_BOOT, 0-9 * update keymaps to use QK_BOOT, A * update keymaps to use QK_BOOT, B * update keymaps to use QK_BOOT, C * update keymaps to use QK_BOOT, D * update keymaps to use QK_BOOT, E * update keymaps to use QK_BOOT, F-G * update keymaps to use QK_BOOT, H * update keymaps to use QK_BOOT, I-J * update keymaps to use QK_BOOT, K * update keymaps to use QK_BOOT, L * update keymaps to use QK_BOOT, M * update keymaps to use QK_BOOT, N-O * update keymaps to use QK_BOOT, P-Q * update keymaps to use QK_BOOT, R * update keymaps to use QK_BOOT, S * update keymaps to use QK_BOOT, T-V * update keymaps to use QK_BOOT, W-X * update keymaps to use QK_BOOT, Y-Z * update keymaps to use DB_TOGG * update keymaps to use EE_CLR * update keymaps to use QK_GESC, 0-9 & A-D * update keymaps to use QK_GESC, E-J * update keymaps to use QK_GESC, K-L * update keymaps to use QK_GESC, M-P * update keymaps to use QK_GESC, R-Z * update keycode list in keyboard tester
ibudiselic
added a commit
to ibudiselic/qmk_firmware
that referenced
this pull request
Jul 4, 2023
…y it. See qmk#14726 for the breaking change.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Changed keycode references in docs to short aliases for brevity
Changed keycode references in core code to long forms for clarity
Renamed keycodes:
KC_BSPACEKC_BACKSPACEKC_LBRACKETKC_LEFT_BRACKETKC_RBRACKETKC_RIGHT_BRACKETKC_BSLASHKC_BACKSLASHKC_SCOLONKC_SEMICOLONKC_CAPSLOCKKC_CAPS_LOCKKC_PSCREENKC_PRINT_SCREENKC_SCROLLLOCKKC_SCROLL_LOCKKC_PGUPKC_PAGE_UPKC_PGDOWNKC_PAGE_DOWNKC_NUMLOCKKC_NUM_LOCKKC_NONUS_BSLASHKC_NONUS_BACKSLASHKC_POWERKC_KB_POWERKC__MUTEKC_KB_MUTEKC__VOLUPKC_KB_VOLUME_UPKC__VOLDOWNKC_KB_VOLUME_DOWNKC_LOCKING_CAPSKC_LOCKING_CAPS_LOCKKC_LOCKING_NUMKC_LOCKING_NUM_LOCKKC_LOCKING_SCROLLKC_LOCKING_SCROLL_LOCKKC_INT1KC_INTERNATIONAL_1KC_INT2KC_INTERNATIONAL_2KC_INT3KC_INTERNATIONAL_3KC_INT4KC_INTERNATIONAL_4KC_INT5KC_INTERNATIONAL_5KC_INT6KC_INTERNATIONAL_6KC_INT7KC_INTERNATIONAL_7KC_INT8KC_INTERNATIONAL_8KC_INT9KC_INTERNATIONAL_9KC_LANG1KC_LANGUAGE_1KC_LANG2KC_LANGUAGE_2KC_LANG3KC_LANGUAGE_3KC_LANG4KC_LANGUAGE_4KC_LANG5KC_LANGUAGE_5KC_LANG6KC_LANGUAGE_6KC_LANG7KC_LANGUAGE_7KC_LANG8KC_LANGUAGE_8KC_LANG9KC_LANGUAGE_9KC_ALT_ERASEKC_ALTERNATE_ERASEKC_SYSREQKC_SYSTEM_REQUESTKC_LCTRLKC_LEFT_CTRLKC_LSHIFTKC_LEFT_SHIFTKC_LALTKC_LEFT_ALTKC_LGUIKC_LEFT_GUIKC_RCTRLKC_RIGHT_CTRLKC_RSHIFTKC_RIGHT_SHIFTKC_RALTKC_RIGHT_ALTKC_RGUIKC_RIGHT_GUIAdded aliases:
KC_SCRLKC_SCROLL_LOCKKC_PGUPKC_PAGE_UPKC_NUMKC_NUM_LOCKKC_INT1KC_INTERNATIONAL_1KC_INT2KC_INTERNATIONAL_2KC_INT3KC_INTERNATIONAL_3KC_INT4KC_INTERNATIONAL_4KC_INT5KC_INTERNATIONAL_5KC_INT6KC_INTERNATIONAL_6KC_INT7KC_INTERNATIONAL_7KC_INT8KC_INTERNATIONAL_8KC_INT9KC_INTERNATIONAL_9KC_LNG1KC_LANGUAGE_1KC_LNG2KC_LANGUAGE_2KC_LNG3KC_LANGUAGE_3KC_LNG4KC_LANGUAGE_4KC_LNG5KC_LANGUAGE_5KC_LNG6KC_LANGUAGE_6KC_LNG7KC_LANGUAGE_7KC_LNG8KC_LANGUAGE_8KC_LNG9KC_LANGUAGE_9KC_SYRQKC_SYSTEM_REQUESTKC_CNCLKC_CANCELKC_PRIRKC_PRIORKC_RETNKC_RETURNKC_SEPRKC_SEPARATORKC_CLAGKC_CLEAR_AGAINKC_CRSLKC_CRSELKC_EXSLKC_EXSELKC_LALTKC_LEFT_ALTKC_LGUIKC_LEFT_GUIKC_RALTKC_RIGHT_ALTKC_RGUIKC_RIGHT_GUIRemoved aliases:
KC_CLCKKC_CAPSKC_SLCKKC_SCRLKC_NLCKKC_NUMKC_ZKHKJP_ZKHKKC_ROJP_BSLSKC_KANAJP_KANAKC_JYENJP_YENKC_HENKJP_HENKKC_MHENJP_MHENKC_HAENKR_HAENKC_HANJKR_HANJOld keycodes are now housed in
keycode_legacy.h, to be deleted at some point.Types of Changes
Issues Fixed or Closed by This PR
Checklist