Initial commit for the Steelseries Apex 3 TKL to resolve #1902

* Combining the Apex3 Full size and TKL controllers
* Cleanup of controllers for readability and optimisation
This commit is contained in:
Chris 2022-11-25 22:59:51 +11:00 committed by Adam Honse
parent df1c0a0dad
commit 085e1fca41
16 changed files with 491 additions and 642 deletions

View file

@ -587,11 +587,12 @@ HEADERS +=
Controllers/SteelSeriesController/color32.h \
Controllers/SteelSeriesController/SteelSeriesAerox3Controller.h \
Controllers/SteelSeriesController/SteelSeriesAerox9Controller.h \
Controllers/SteelSeriesController/SteelSeriesApex3TKLController.h \
Controllers/SteelSeriesController/SteelSeriesApexBaseController.h \
Controllers/SteelSeriesController/SteelSeriesApexController.h \
Controllers/SteelSeriesController/SteelSeriesApexRegions.h \
Controllers/SteelSeriesController/SteelSeriesApex3Controller.h \
Controllers/SteelSeriesController/SteelSeriesApex8ZoneController.h \
Controllers/SteelSeriesController/SteelSeriesApexMController.h \
Controllers/SteelSeriesController/SteelSeriesApexRegions.h \
Controllers/SteelSeriesController/SteelSeriesApexTZoneController.h \
Controllers/SteelSeriesController/SteelSeriesArctis5Controller.h \
Controllers/SteelSeriesController/SteelSeriesGeneric.h \
@ -603,8 +604,7 @@ HEADERS +=
Controllers/SteelSeriesController/SteelSeriesSiberiaController.h \
Controllers/SteelSeriesController/SteelSeriesQCKMatController.h \
Controllers/SteelSeriesController/RGBController_SteelSeriesApex.h \
Controllers/SteelSeriesController/RGBController_SteelSeriesApex3TKL.h \
Controllers/SteelSeriesController/RGBController_SteelSeriesApexTZone.h \
Controllers/SteelSeriesController/RGBController_SteelSeriesApex3.h \
Controllers/SteelSeriesController/RGBController_SteelSeriesArctis5.h \
Controllers/SteelSeriesController/RGBController_SteelSeriesOldApex.h \
Controllers/SteelSeriesController/RGBController_SteelSeriesRival.h \
@ -1180,8 +1180,9 @@ SOURCES +=
Controllers/SRGBmodsController/RGBController_SRGBmodsPico.cpp \
Controllers/SteelSeriesController/SteelSeriesAerox3Controller.cpp \
Controllers/SteelSeriesController/SteelSeriesAerox9Controller.cpp \
Controllers/SteelSeriesController/SteelSeriesApex3TKLController.cpp \
Controllers/SteelSeriesController/SteelSeriesApexController.cpp \
Controllers/SteelSeriesController/SteelSeriesApex3Controller.cpp \
Controllers/SteelSeriesController/SteelSeriesApex8ZoneController.cpp \
Controllers/SteelSeriesController/SteelSeriesApexMController.cpp \
Controllers/SteelSeriesController/SteelSeriesApexTZoneController.cpp \
Controllers/SteelSeriesController/SteelSeriesArctis5Controller.cpp \
@ -1194,8 +1195,7 @@ SOURCES +=
Controllers/SteelSeriesController/SteelSeriesSiberiaController.cpp \
Controllers/SteelSeriesController/SteelSeriesQCKMatController.cpp \
Controllers/SteelSeriesController/RGBController_SteelSeriesApex.cpp \
Controllers/SteelSeriesController/RGBController_SteelSeriesApex3TKL.cpp \
Controllers/SteelSeriesController/RGBController_SteelSeriesApexTZone.cpp \
Controllers/SteelSeriesController/RGBController_SteelSeriesApex3.cpp \
Controllers/SteelSeriesController/RGBController_SteelSeriesArctis5.cpp \
Controllers/SteelSeriesController/RGBController_SteelSeriesOldApex.cpp \
Controllers/SteelSeriesController/RGBController_SteelSeriesRival.cpp \