Support for MSI boards 7B16 and 7E07 added

This commit is contained in:
thombo 2022-12-26 11:10:53 +01:00 committed by Adam Honse
parent 02ddd7378a
commit c1dc0fdfc5
8 changed files with 1051 additions and 0 deletions

View file

@ -501,9 +501,11 @@ HEADERS +=
Controllers/MSIGPUController/RGBController_MSIGPU.h \
Controllers/MSIMysticLightController/MSIMysticLightCommon.h \
Controllers/MSIMysticLightController/MSIMysticLight64Controller.h \
Controllers/MSIMysticLightController/MSIMysticLight112Controller.h \
Controllers/MSIMysticLightController/MSIMysticLight162Controller.h \
Controllers/MSIMysticLightController/MSIMysticLight185Controller.h \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight64.h \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight112.h \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight162.h \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight185.h \
Controllers/MSIOptixController/MSIOptixController.h \
@ -1075,9 +1077,11 @@ SOURCES +=
Controllers/MSIGPUController/RGBController_MSIGPU.cpp \
Controllers/MSIMysticLightController/MSIMysticLight64Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLight162Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLight112Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLight185Controller.cpp \
Controllers/MSIMysticLightController/MSIMysticLightControllerDetect.cpp \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight64.cpp \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight112.cpp \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight162.cpp \
Controllers/MSIMysticLightController/RGBController_MSIMysticLight185.cpp \
Controllers/MSIOptixController/MSIOptixController.cpp \