Implement AdjustableDPI feature

This commit is contained in:
pixl
2020-06-24 20:17:32 -04:00
parent 1106133f3c
commit 5f76ccc4ac
3 changed files with 149 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ add_executable(logid
backend/hidpp20/features/FeatureSet.cpp
backend/hidpp20/features/DeviceName.cpp
backend/hidpp20/features/Reset.cpp
backend/hidpp20/features/AdjustableDPI.cpp
backend/dj/Report.cpp
util/mutex_queue.h
util/thread.cpp