-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Rename some Quantum keycodes #15968
Merged
zvecr
merged 2 commits into
qmk:develop
from
fauxpark:simple-quantum-keycodes-deprecation
Jan 22, 2022
Merged
Rename some Quantum keycodes #15968
zvecr
merged 2 commits into
qmk:develop
from
fauxpark:simple-quantum-keycodes-deprecation
Jan 22, 2022
Conversation
This file contains 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
Jan 21, 2022
drashna
approved these changes
Jan 22, 2022
10 tasks
14 tasks
Closed
fcatt
added a commit
to fcatt/yacobo
that referenced
this pull request
Jan 6, 2023
salvavic
added a commit
to salvavic/qmk_corne_salvavic
that referenced
this pull request
Mar 2, 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
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
Part of an effort to normalise keycode names.
Renamed keycodes:
RESET
QK_BOOTLOADER
DEBUG
QK_DEBUG_TOGGLE
GRAVE_ESC
QK_GRAVE_ESCAPE
EEPROM_RESET
QK_CLEAR_EEPROM
Added aliases:
QK_BOOT
QK_BOOTLOADER
DB_TOGG
QK_DEBUG_TOGGLE
EE_CLR
QK_CLEAR_EEPROM
QK_GESC
QK_GRAVE_ESCAPE
Removed aliases:
EEP_RST
EE_CLR
KC_GESC
QK_GESC
Types of Changes
Issues Fixed or Closed by This PR
Checklist