mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
P711 apparently supports all modes even though Armoury Crate does not list them all (as per OpenRGB)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user