summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/host_driver.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor `send_extra` (#18615)Ryan2022-10-061-1/+1
|
* Refactor more host code (programmable button & digitizer) (#18565)Ryan2022-10-051-1/+1
|
* Further refactoring of joystick feature (#18437)Ryan2022-09-271-0/+1
|
* Simplify extrakeys sending at the host driver level (#18230)Ryan2022-09-021-3/+2
| | | | | | | | | * Simplify extrakeys sending at the host driver level * There are two arguments here * Wrong syntax * Adjust keyboards which use a custom host driver
* Relocate protocol files within tmk_core/common/ (#14972)Joel Challis2021-10-281-0/+35
* Relocate non platform files within tmk_core/common/ * clang