mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Merge pull request #416 from DarthAffe/SteelSeriesPids
SteelSeries pids
This commit is contained in:
commit
f9fefe4667
@ -644,4 +644,15 @@ public static class LedMappings
|
|||||||
{ LedId.Keyboard_Custom9, SteelSeriesLedId.ZoneNine },
|
{ LedId.Keyboard_Custom9, SteelSeriesLedId.ZoneNine },
|
||||||
{ LedId.Keyboard_Custom10, SteelSeriesLedId.ZoneTen }
|
{ LedId.Keyboard_Custom10, SteelSeriesLedId.ZoneTen }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the mapping for 4-zone speakers.
|
||||||
|
/// </summary>
|
||||||
|
public static LedMapping<SteelSeriesLedId> SpeakerFourZone { get; } = new()
|
||||||
|
{
|
||||||
|
{ LedId.Speaker1, SteelSeriesLedId.ZoneOne },
|
||||||
|
{ LedId.Speaker2, SteelSeriesLedId.ZoneTwo },
|
||||||
|
{ LedId.Speaker3, SteelSeriesLedId.ZoneThree },
|
||||||
|
{ LedId.Speaker4, SteelSeriesLedId.ZoneFour },
|
||||||
|
};
|
||||||
}
|
}
|
||||||
@ -98,6 +98,9 @@ public sealed class SteelSeriesDeviceProvider : AbstractRGBDeviceProvider
|
|||||||
|
|
||||||
//Monitors
|
//Monitors
|
||||||
{ 0x1126, RGBDeviceType.Monitor, "MGP27C", LedMappings.MonitorOnehundredandthreeZone, SteelSeriesDeviceType.OneHundredAndThreeZone },
|
{ 0x1126, RGBDeviceType.Monitor, "MGP27C", LedMappings.MonitorOnehundredandthreeZone, SteelSeriesDeviceType.OneHundredAndThreeZone },
|
||||||
|
|
||||||
|
//Speaker
|
||||||
|
{ 0x1A05, RGBDeviceType.Speaker, "Arena 9", LedMappings.SpeakerFourZone, SteelSeriesDeviceType.FourZone },
|
||||||
};
|
};
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user