aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/vusb/protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor vusb to protocol use pre/post task (#14944)Joel Challis2024-03-141-24/+6
|
* Align VUSB suspend protocol logic (#22688)Joel Challis2024-02-011-38/+51
|
* V-USB: Add generic `send_report()` function (#22323)Ryan2023-11-261-1/+0
|
* 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