From cd27f1cf4aa26db7fdf917180b2ebba028d3e049 Mon Sep 17 00:00:00 2001 From: Cooper Hall Date: Wed, 28 Jun 2023 16:32:05 +0000 Subject: [PATCH] fixed RBGController_GaiZhongGai.cpp --- .../RGBController_GaiZhongGai.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGai.cpp b/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGai.cpp index 814a155f..00f6ea6c 100644 --- a/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGai.cpp +++ b/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGai.cpp @@ -12,6 +12,8 @@ #include "RGBController_GaiZhongGai.h" #include "RGBControllerKeyNames.h" +#include +using namespace std; //0xFFFFFFFF indicates an unused entry in matrix #define NA 0xFFFFFFFF @@ -669,7 +671,7 @@ void RGBController_GaiZhongGaiKeyboard::ResizeZone(int zone, int new_size) SetupZones(); } } - + void RGBController_GaiZhongGaiKeyboard::DeviceUpdateLEDs() { unsigned char colordata[1024 * 3];