summaryrefslogtreecommitdiff
path: root/quantum/keyboard.h
Commit message (Collapse)AuthorAge
* [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-06
| | | | `QMK_KEYS_PER_SCAN` (#15292)
* Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)Stefan Kerkmann2022-03-14
|
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-09
|
* Format code according to conventions (#16322)QMK Bot2022-02-12
|
* Align location of some host led logic (#15954)Joel Challis2022-01-22
| | | | | | | | | | | | | * 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-18
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum