aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_magic.c
Commit message (Collapse)AuthorAgeFilesLines
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-111-0/+5
|
* Align magic keycodes (#19877)Joel Challis2023-02-221-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-251-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-12-011-0/+4
|
* Make the MAGIC_TOGGLE_GUI keycode work (#14886)Sergey Vlasov2021-10-201-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