summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/vusb/protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* VUSB - Use correct endpoint poll for VIA (#16691)Joel Challis2022-03-191-1/+1
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+3
|
* Revert to old init order for host driver (#15029)Joel Challis2021-11-021-2/+3
| | | * Partially revert 14888
* Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)Joel Challis2021-10-241-7/+0
|
* Begin to carve out platform/protocol API - Single main loop (#13843)Joel Challis2021-08-181-0/+178
* Begin to carve out platform/protocol API * Fix up after rebase