Fix potentially used uninitialized warning in RGBController_HyperXAlloyOrigins60and65
This commit is contained in:
parent
20f317e95d
commit
0fae77b898
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ void RGBController_HyperXAlloyOrigins60and65::SetupZones()
|
|||
switch(layout)
|
||||
{
|
||||
case ALLOY_ORIGINS_60_LAYOUT:
|
||||
default:
|
||||
led_names = led_names_60;
|
||||
led_zones.push_back({ZONE_EN_KEYBOARD, ZONE_TYPE_MATRIX, 71, new matrix_map_type{5, 14, (unsigned int *)&matrix_map_60}});
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue