summaryrefslogtreecommitdiffstats
path: root/quantum/keyboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Format code according to conventions (#16322)QMK Bot2022-02-121-14/+22
|
* Align location of some host led logic (#15954)Joel Challis2022-01-221-2/+0
| | | | | | | | | | | | | * Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+90
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum