Change HyperX Microphone Controller zone type to single

This commit is contained in:
Adam Honse 2024-10-01 20:06:07 -05:00
parent e53e903b5e
commit 98eab49e99

View file

@ -99,7 +99,7 @@ void RGBController_HyperXMicrophone::SetupZones()
zone Mic;
Mic.name = "Microphone";
Mic.type = ZONE_TYPE_LINEAR;
Mic.type = ZONE_TYPE_SINGLE;
Mic.leds_min = 2;
Mic.leds_max = 2;
Mic.leds_count = 2;