summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/usb_device_state.c
Commit message (Collapse)AuthorAgeFilesLines
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+3
|
* haptic: Feature to disable it when usb port is not configured or suspended. ↵Purdea Andrei2021-11-021-1/+9
| | | | | | | (#12692) This also add support for specifying a LED pin to indicate haptic status, and also adds support for a haptic-enable pin, which is useful to turn off the boost converter on the solenoid driver.
* Relocate protocol files within tmk_core/common/ (#14972)Joel Challis2021-10-281-0/+51
* Relocate non platform files within tmk_core/common/ * clang