| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Non-volatile memory data repository pattern (#24356) | Nick Brassel | 2025-03-21 | 1 | -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) | Ryan | 2023-07-11 | 1 | -0/+5 |
| | | |||||
| * | Align magic keycodes (#19877) | Joel Challis | 2023-02-22 | 1 | -35/+35 |
| | | |||||
| * | Initial DD keycode migration (#18643) | Joel Challis | 2022-11-05 | 1 | -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 ToyKeeper | 2022-10-25 | 1 | -0/+4 |
| | | | | Co-authored-by: Selene ToyKeeper <git@toykeeper.net> | ||||
| * | PoC: Swap Escape and Caps (#16336) | Osamu Aoki | 2022-07-02 | 1 | -0/+10 |
| | | |||||
| * | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -4/+4 |
| | | |||||
| * | Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368) | Joel Challis | 2021-12-01 | 1 | -0/+4 |
| | | |||||
| * | Make the MAGIC_TOGGLE_GUI keycode work (#14886) | Sergey Vlasov | 2021-10-20 | 1 | -0/+1 |
| | | |||||
| * | Add a toggle key for GUI On/Off in Magic feature (#13830) | Drashna Jaelre | 2021-08-18 | 1 | -0/+3 |
| | | |||||
| * | Fix FORCE_NKRO handling (#7601) | Joel Challis | 2019-12-11 | 1 | -120/+122 |
| | | |||||
| * | Relocate magic keycode processing (#7512) | Joel Challis | 2019-12-03 | 1 | -0/+176 |
| * Move magic keycode processing to own file * Save some bytes * Update comments * Update define to one thats not already used... * Fix audio | |||||