fixed RBGController_GaiZhongGai.cpp
This commit is contained in:
parent
f302a19969
commit
cd27f1cf4a
1 changed files with 3 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue