mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-26 00:38:10 -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:
@@ -613,7 +613,7 @@ void RGBController_KeychronKeyboard::SetupZones()
|
||||
unsigned int zone_size = 0;
|
||||
|
||||
zone keyboard_zone;
|
||||
keyboard_zone.name = "Keyboard";
|
||||
keyboard_zone.name = ZONE_EN_KEYBOARD;
|
||||
keyboard_zone.type = ZONE_TYPE_MATRIX;
|
||||
|
||||
keyboard_zone.matrix_map = new matrix_map_type;
|
||||
|
||||
Reference in New Issue
Block a user