Initial commit for SRGBmods LED Controller V1
This commit is contained in:
parent
36e8ab4c05
commit
ddef980db4
8 changed files with 514 additions and 7 deletions
|
|
@ -670,6 +670,8 @@ HEADERS +=
|
|||
Controllers/SonyGamepadController/RGBController_SonyDualSense.h \
|
||||
Controllers/SonyGamepadController/SonyDS4Controller.h \
|
||||
Controllers/SonyGamepadController/RGBController_SonyDS4.h \
|
||||
Controllers/SRGBmodsController/SRGBmodsLEDControllerV1.h \
|
||||
Controllers/SRGBmodsController/RGBController_SRGBmodsLEDControllerV1.h \
|
||||
Controllers/SRGBmodsController/SRGBmodsPicoController.h \
|
||||
Controllers/SRGBmodsController/RGBController_SRGBmodsPico.h \
|
||||
Controllers/SteelSeriesController/color32.h \
|
||||
|
|
@ -1354,8 +1356,10 @@ SOURCES +=
|
|||
Controllers/SonyGamepadController/SonyDS4Controller.cpp \
|
||||
Controllers/SonyGamepadController/RGBController_SonyDS4.cpp \
|
||||
Controllers/SonyGamepadController/SonyGamepadControllerDetect.cpp \
|
||||
Controllers/SRGBmodsController/SRGBmodsLEDControllerV1.cpp \
|
||||
Controllers/SRGBmodsController/SRGBmodsPicoController.cpp \
|
||||
Controllers/SRGBmodsController/SRGBmodsControllerDetect.cpp \
|
||||
Controllers/SRGBmodsController/RGBController_SRGBmodsLEDControllerV1.cpp \
|
||||
Controllers/SRGBmodsController/RGBController_SRGBmodsPico.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesAerox3Controller.cpp \
|
||||
Controllers/SteelSeriesController/SteelSeriesAerox9Controller.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue