summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_types.h
AgeCommit message (Collapse)Author
2023-10-27[Maintenance] USB HID control packet as struct (#21688)Stefan Kerkmann
* ChibiOS: USB HID control request as dedicated struct Instead of accessing the raw USB setup packet and documenting the values as the corresponding USB HID control request fields we introduce a struct that allows direct access to the fields. This is safer and self documenting. * Rename usb_request.h to usb_types.h In the future all shared USB data types can live in this file.