summaryrefslogtreecommitdiffstats
path: root/quantum/keyboard.h
Commit message (Collapse)AuthorAgeFilesLines
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-0/+2
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-30/+29
|
* Add last activity functions for pointing device (#20079)Drashna Jaelre2023-03-301-3/+6
|
* Sync activity timestamps between sides. (#20192)Nick Brassel2023-03-211-0/+2
| | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Introduce IS_EVENT instead of !IS_NOEVENT (#19366)Stefan Kerkmann2022-12-171-2/+5
|
* [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-1/+7
| | | | `QMK_KEYS_PER_SCAN` (#15292)
* Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)Stefan Kerkmann2022-03-141-1/+1
|
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-091-7/+29
|
* 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