mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 14:35:01 -04:00
Make zone type linear
This commit is contained in:
@@ -47,7 +47,7 @@ void RGBController_Seagate::SetupZones()
|
||||
{
|
||||
zone led_zone;
|
||||
led_zone.name = "LED Strip";
|
||||
led_zone.type = ZONE_TYPE_SINGLE;
|
||||
led_zone.type = ZONE_TYPE_LINEAR;
|
||||
led_zone.leds_min = 6;
|
||||
led_zone.leds_max = 6;
|
||||
led_zone.leds_count = 6;
|
||||
|
||||
Reference in New Issue
Block a user