mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-26 08:48:59 -04:00
Fixing regression from 942a842a
+ Adding ZONE_EN_KEYBOARD constant char* to KeyNames + Replacing declarations of "Keyboard" zone with new constant char* + Adding "Keyboard" zone check RGBController_Razer.cpp before hiding keys
This commit is contained in:
@@ -24,7 +24,7 @@ static unsigned int matrix_map[7][19] =
|
||||
|
||||
static const char* zone_names[] =
|
||||
{
|
||||
"Keyboard",
|
||||
ZONE_EN_KEYBOARD,
|
||||
};
|
||||
|
||||
static zone_type zone_types[] =
|
||||
|
||||
Reference in New Issue
Block a user