diff --git a/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp b/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp index 6601709ed..e7a3c3d18 100644 --- a/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp +++ b/Controllers/GigabyteRGBFusion2USBController/GigabyteRGBFusion2USBController.cpp @@ -20,12 +20,12 @@ \*-------------------------------------------------------------------------*/ static RGBCalibration GigabyteCalibrationsLookup { - { "BGR", { 0x00, 0x01, 0x02, 0x00} }, - { "BRG", { 0x01, 0x00, 0x02, 0x00} }, - { "GRB", { 0x02, 0x00, 0x01, 0x00} }, - { "GBR", { 0x00, 0x02, 0x01, 0x00} }, - { "RGB", { 0x02, 0x01, 0x00, 0x00} }, - { "RBG", { 0x01, 0x02, 0x00, 0x00} } + { "BGR", {{{0x00, 0x01, 0x02, 0x00}}}}, + { "BRG", {{{0x01, 0x00, 0x02, 0x00}}}}, + { "GRB", {{{0x02, 0x00, 0x01, 0x00}}}}, + { "GBR", {{{0x00, 0x02, 0x01, 0x00}}}}, + { "RGB", {{{0x02, 0x01, 0x00, 0x00}}}}, + { "RBG", {{{0x01, 0x02, 0x00, 0x00}}}} }; static calibration GigabyteBoardCalibration