fixed RBGController_GaiZhongGai.cpp

This commit is contained in:
Cooper Hall 2023-06-28 16:32:05 +00:00 committed by Adam Honse
parent f302a19969
commit cd27f1cf4a

View file

@ -12,6 +12,8 @@
#include "RGBController_GaiZhongGai.h"
#include "RGBControllerKeyNames.h"
#include <math.h>
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];