Implement HID++ 2.0 ThumbWheel (0x2150)

This commit is contained in:
pixl
2020-08-21 20:28:48 -04:00
parent 63ecbc411e
commit cce1275385
4 changed files with 178 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ add_executable(logid
backend/hidpp20/features/HiresScroll.cpp
backend/hidpp20/features/ChangeHost.cpp
backend/hidpp20/features/WirelessDeviceStatus.cpp
backend/hidpp20/features/ThumbWheel.cpp
backend/dj/Report.cpp
util/mutex_queue.h
util/workqueue.cpp