summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
Commit message (Expand)AuthorAgeFilesLines
* Remove `KC_DELT` (#18882)Ryan2022-10-271-2/+0
* Normalise Combo keycodes (#18877)Ryan2022-10-271-3/+8
* Add missing Space Cadet alias (#18876)Ryan2022-10-271-0/+1
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-7/+15
* Deprecate `SECURE_*` keycodes for `QK_SECURE_*` (#18847)Joel Challis2022-10-251-4/+10
* Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` (#18844)Ryan2022-10-251-6/+6
* Deprecate `KEY_OVERRIDE_*` keycodes for `KO_*` (#18843)Ryan2022-10-251-3/+8
* added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (#18837)Selene ToyKeeper2022-10-241-0/+3
* Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan2022-10-241-3/+4
* Normalise Joystick and Programmable Button keycodes (#18832)Ryan2022-10-241-100/+133
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-1/+4
* Remove legacy fauxclicky and unicode keycodes (#18800)Ryan2022-10-211-6/+0
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-211-1/+1
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-1/+4
* Relocate US ANSI shifted keycode aliases (#18634)Joel Challis2022-10-071-61/+1
* [Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre2022-09-171-0/+8
* Added emacs as an "operating system" for input mode. (#16949)Chewxy2022-08-141-0/+3
* Align TO() max layers with other keycodes (#17989)Joel Challis2022-08-141-9/+2
* PoC: Swap Escape and Caps (#16336)Osamu Aoki2022-07-021-0/+8
* Removes terminal from QMK. (#17258)Nick Brassel2022-05-301-3/+3
* Enhancement and fixes of "Secure" feature (#16958)Drashna Jaelre2022-05-141-0/+1
* [Core] Add Caps Word feature to core (#16588)Pascal Getreuer2022-05-141-0/+3
* [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-141-0/+2
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-0/+4
* [Core] Add compile/make macro to core (#15959)Drashna Jaelre2022-03-171-0/+2
* Format code according to conventions (#16322)QMK Bot2022-02-121-357/+357
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-10/+0
* Rename some Quantum keycodes (#15968)Ryan2022-01-221-6/+10
* Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368)Joel Challis2021-11-301-0/+3
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition2021-11-261-0/+5
* Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel2021-11-231-0/+34
* [Tests] Increase QMK test coverage (#13789)Stefan Kerkmann2021-11-231-34/+0
* Macros in JSON keymaps (#14374)Zach White2021-11-221-0/+34
* Basic keycode overhaul (#14726)Ryan2021-11-031-42/+40
* Manually format develop (#15003)Joel Challis2021-11-011-6/+6
* Add Support for USB programmable buttons (#12950)Thomas Weißschuh2021-09-151-0/+70
* Add a toggle key for GUI On/Off in Magic feature (#13830)Drashna Jaelre2021-08-181-0/+4
* Steno combinedkeys (#12538)freqmod2021-08-181-0/+2
* [Feature] Key Overrides (#11422)Jonas Gessner2021-07-131-0/+5
* Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y2021-06-191-6/+14
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-482/+443
* Format code according to conventions (#12244)github-actions[bot]2021-03-151-3/+3
* Fix keycode mappings for via and ensure they don't change within protocol (#1...xyzz2021-03-151-0/+4
* Remove ifdefs for UC and X/XP too (#12131)Ryan2021-03-061-9/+5
* Remove a few more ifdefs from quantum_keycodes (#12129)Ryan2021-03-061-21/+14
* Remove ifdefs for Swap Hands keycodes (#12095)Drashna Jaelre2021-03-031-14/+10
* Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre2021-02-091-7/+3
* Change include guards in quantum/ to pragma once (#11239)Ryan2020-12-261-4/+2
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+37
* #define AUTO_SHIFT_SETUP (#8441)Greg Wright2020-08-291-1/+3