aboutsummaryrefslogtreecommitdiff
path: root/src/hid-tmff2.h
AgeCommit message (Collapse)Author
2025-11-23remove extra whitespaceKimplul
2025-11-23apply initial tspc patchesKimplul
+ Courtesy of @BDave95
2025-11-03minimize critical section in work handlerKimplul
+ Effects handlers were being called in a locked context, which in this case happened to work due to how `hid_hw_request` is implemented. Now, only the selected state is updated and the heavy lifting of making the wheel aware of the requested changes is done after the critical section.
2024-04-21Add support for TS-XW Raceryassine
2023-10-08docs: general tidbitsKimplul
2023-10-02src: initial refactoringRaySlash