Initial commit for SteelSeriesApex3TKLController to resolve #1902
This commit is contained in:
parent
88136152fc
commit
df1c0a0dad
6 changed files with 460 additions and 0 deletions
|
|
@ -587,6 +587,7 @@ 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 \
|
||||
|
|
@ -602,6 +603,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_SteelSeriesArctis5.h \
|
||||
Controllers/SteelSeriesController/RGBController_SteelSeriesOldApex.h \
|
||||
|
|
@ -1178,6 +1180,7 @@ SOURCES +=
|
|||
Controllers/SRGBmodsController/RGBController_SRGBmodsPico.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesAerox3Controller.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesAerox9Controller.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesApex3TKLController.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesApexController.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesApexMController.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesApexTZoneController.cpp \
|
||||
|
|
@ -1191,6 +1194,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_SteelSeriesArctis5.cpp \
|
||||
Controllers/SteelSeriesController/RGBController_SteelSeriesOldApex.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue