Added Controller for Genesis Xenon 200 Mouse

This commit is contained in:
chrabonschcz 2023-08-29 00:54:56 +00:00 committed by Adam Honse
parent 6c8da3a04f
commit 479c2b2dae
6 changed files with 309 additions and 13 deletions

View file

@ -233,6 +233,8 @@ contains(QMAKE_PLATFORM, freebsd) {
HEADERS += \
Colors.h \
Controllers/SinowealthController/GenesisXenon200Controller.h \
Controllers/SinowealthController/RGBController_GenesisXenon200.h \
dependencies/ColorWheel/ColorWheel.h \
dependencies/Swatches/swatches.h \
dependencies/hidapi/hidapi/hidapi.h \
@ -798,6 +800,8 @@ contains(QMAKE_PLATFORM, freebsd) {
}
SOURCES += \
Controllers/SinowealthController/GenesisXenon200Controller.cpp \
Controllers/SinowealthController/RGBController_GenesisXenon200.cpp \
dependencies/Swatches/swatches.cpp \
dependencies/dmiinfo.cpp \
dependencies/ColorWheel/ColorWheel.cpp \