Fix potentially used uninitialized warning in RGBController_HyperXAlloyOrigins60and65

This commit is contained in:
Adam Honse 2023-05-01 20:12:15 -05:00
parent 20f317e95d
commit 0fae77b898

View file

@ -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;