mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 20:17:50 -04:00
Change HyperX Microphone Controller zone type to single
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user