Implement ThumbWheel feature

This feature has not been tested as it only works on devices with the
0x2150 Thumb wheel feature (e.g. MX Master 3).
This commit is contained in:
pixl
2020-08-22 16:59:10 -04:00
parent a8e2ecbcd7
commit 8348782f27
4 changed files with 377 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ add_executable(logid
features/HiresScroll.cpp
features/RemapButton.cpp
features/DeviceStatus.cpp
features/ThumbWheel.cpp
actions/Action.cpp
actions/NullAction.cpp
actions/KeypressAction.cpp