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:
parent
2fae06a49a
commit
864422b4bc
38 changed files with 153 additions and 149 deletions
|
|
@ -226,7 +226,7 @@ void RGBController_RoccatVulcanAimo::SetupZones()
|
|||
| Set up zones and leds per zone |
|
||||
\*---------------------------------------------------------*/
|
||||
zone new_zone;
|
||||
new_zone.name = "Keyboard";
|
||||
new_zone.name = ZONE_EN_KEYBOARD;
|
||||
new_zone.type = ZONE_TYPE_MATRIX;
|
||||
new_zone.leds_min = zone_size;
|
||||
new_zone.leds_max = zone_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue