mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-11 16:13:45 -04:00
Fix potentially used uninitialized warning in RGBController_HyperXAlloyOrigins60and65
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user