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
+2
View File
@@ -25,6 +25,7 @@
#include "backend/hidpp20/features/Reset.h"
#include "features/HiresScroll.h"
#include "features/DeviceStatus.h"
#include "features/ThumbWheel.h"
using namespace logid;
using namespace logid::backend;
@@ -61,6 +62,7 @@ void Device::_init()
_addFeature<features::HiresScroll>("hiresscroll");
_addFeature<features::RemapButton>("remapbutton");
_addFeature<features::DeviceStatus>("devicestatus");
_addFeature<features::ThumbWheel>("thumbwheel");
_makeResetMechanism();
reset();