summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_magic.c
Commit message (Collapse)AuthorAgeFilesLines
* Align magic keycodes (#19877)Joel Challis2023-02-231-35/+35
|
* Initial DD keycode migration (#18643)Joel Challis2022-11-051-138/+132
| | | | | * Initial DD keycode migration * Sort magic keycodes
* added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (#18837)Selene ToyKeeper2022-10-241-0/+4
| | | Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
* PoC: Swap Escape and Caps (#16336)Osamu Aoki2022-07-021-0/+10
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-4/+4
|
* Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368)Joel Challis2021-11-301-0/+4
|
* Make the MAGIC_TOGGLE_GUI keycode work (#14886)Sergey Vlasov2021-10-191-0/+1
|
* Add a toggle key for GUI On/Off in Magic feature (#13830)Drashna Jaelre2021-08-181-0/+3
|
* Fix FORCE_NKRO handling (#7601)Joel Challis2019-12-111-120/+122
|
* Relocate magic keycode processing (#7512)Joel Challis2019-12-031-0/+176
* Move magic keycode processing to own file * Save some bytes * Update comments * Update define to one thats not already used... * Fix audio