summaryrefslogtreecommitdiffstats
path: root/quantum/bootmagic/bootmagic_lite.c
Commit message (Collapse)AuthorAgeFilesLines
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-1/+6
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-2/+6
|
* Fix issues with VIA EEPROM init and bring in line with eeconfig ↵Drashna Jaelre2021-08-201-7/+1
| | | | | functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com>
* Overhaul bootmagic logic to have single entrypoint (#8532)Joel Challis2021-02-281-0/+66
* Relocate bootmagic logic to have single entrypoint * Align init of layer state