mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Compare commits
No commits in common. "e6a2fa592d378fd10d03af3206a57fbfcc0661e2" and "5ba98d3dcdbfad364b96afd053dceed2e6d06e06" have entirely different histories.
e6a2fa592d
...
5ba98d3dcd
@ -38,7 +38,6 @@ internal static class Helper
|
||||
DeviceType.Mouse => RGBDeviceType.Mouse,
|
||||
DeviceType.Mousemat => RGBDeviceType.Mousepad,
|
||||
DeviceType.Headset => RGBDeviceType.Headset,
|
||||
DeviceType.Speaker => RGBDeviceType.Speaker,
|
||||
DeviceType.HeadsetStand => RGBDeviceType.HeadsetStand,
|
||||
_ => RGBDeviceType.Unknown
|
||||
};
|
||||
|
||||
@ -35,9 +35,9 @@ public class OpenRGBDeviceProvider : AbstractRGBDeviceProvider
|
||||
public bool ForceAddAllDevices { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Defines which device types will be separated by zones. Defaults to <see cref="RGBDeviceType.LedStripe" /> | <see cref="RGBDeviceType.Mainboard" | <see cref="RGBDeviceType.Speaker" />.
|
||||
/// Defines which device types will be separated by zones. Defaults to <see cref="RGBDeviceType.LedStripe" /> | <see cref="RGBDeviceType.Mainboard" />.
|
||||
/// </summary>
|
||||
public RGBDeviceType PerZoneDeviceFlag { get; } = RGBDeviceType.LedStripe | RGBDeviceType.Mainboard | RGBDeviceType.Speaker;
|
||||
public RGBDeviceType PerZoneDeviceFlag { get; } = RGBDeviceType.LedStripe | RGBDeviceType.Mainboard;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user