P711 apparently supports all modes even though Armoury Crate does not list them all (as per OpenRGB)

This commit is contained in:
IceStormNG
2023-07-23 20:52:36 +02:00
parent 6e312111ac
commit 217074c640

View File

@@ -56,15 +56,6 @@
{
return true;
}
public override bool IsLightingModeSupported(LightingMode lightingMode)
{
return lightingMode == LightingMode.Static
|| lightingMode == LightingMode.Breathing
|| lightingMode == LightingMode.ColorCycle
|| lightingMode == LightingMode.React
|| lightingMode == LightingMode.BatteryState;
}
}
public class P711Wired : P711