Add HiresScroll device feature
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "features/SmartShift.h"
|
||||
#include "features/RemapButton.h"
|
||||
#include "backend/hidpp20/features/Reset.h"
|
||||
#include "features/HiresScroll.h"
|
||||
|
||||
using namespace logid;
|
||||
using namespace logid::backend;
|
||||
@@ -48,6 +49,7 @@ void Device::_init()
|
||||
|
||||
_addFeature<features::DPI>("dpi");
|
||||
_addFeature<features::SmartShift>("smartshift");
|
||||
_addFeature<features::HiresScroll>("hiresscroll");
|
||||
_addFeature<features::RemapButton>("remapbutton");
|
||||
|
||||
_makeResetMechanism();
|
||||
|
||||
Reference in New Issue
Block a user