Add DeviceStatus device feature

Should fix bug #66.
This commit is contained in:
pixl
2020-07-18 22:55:51 -04:00
parent 1551c4ded0
commit cfcdca00a0
4 changed files with 106 additions and 0 deletions
+2
View File
@@ -23,6 +23,7 @@
#include "features/RemapButton.h"
#include "backend/hidpp20/features/Reset.h"
#include "features/HiresScroll.h"
#include "features/DeviceStatus.h"
using namespace logid;
using namespace logid::backend;
@@ -51,6 +52,7 @@ void Device::_init()
_addFeature<features::SmartShift>("smartshift");
_addFeature<features::HiresScroll>("hiresscroll");
_addFeature<features::RemapButton>("remapbutton");
_addFeature<features::DeviceStatus>("devicestatus");
_makeResetMechanism();
reset();