mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2026-03-26 00:38:47 +00:00
Compare commits
No commits in common. "505e5c6d80c9f451436f885ee2859730b469495b" and "71f1115c3147326253728149d03d7d3c21083825" have entirely different histories.
505e5c6d80
...
71f1115c31
@ -480,7 +480,7 @@ public static class LedMappings
|
|||||||
{ LedId.Mouse9, SteelSeriesLedId.ZoneNine },
|
{ LedId.Mouse9, SteelSeriesLedId.ZoneNine },
|
||||||
{ LedId.Mouse10, SteelSeriesLedId.ZoneTen }
|
{ LedId.Mouse10, SteelSeriesLedId.ZoneTen }
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the mapping for two-zone headsets.
|
/// Gets the mapping for two-zone headsets.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -627,21 +627,4 @@ public static class LedMappings
|
|||||||
{ LedId.LedStripe102, SteelSeriesLedId.ZoneOneHundredTwo },
|
{ LedId.LedStripe102, SteelSeriesLedId.ZoneOneHundredTwo },
|
||||||
{ LedId.LedStripe103, SteelSeriesLedId.ZoneOneHundredThree }
|
{ LedId.LedStripe103, SteelSeriesLedId.ZoneOneHundredThree }
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets the mapping for 10-zone kayboard.
|
|
||||||
/// </summary>
|
|
||||||
public static LedMapping<SteelSeriesLedId> KeyboardTenZone { get; } = new()
|
|
||||||
{
|
|
||||||
{ LedId.Keyboard_Custom1, SteelSeriesLedId.ZoneOne },
|
|
||||||
{ LedId.Keyboard_Custom2, SteelSeriesLedId.ZoneTwo },
|
|
||||||
{ LedId.Keyboard_Custom3, SteelSeriesLedId.ZoneThree },
|
|
||||||
{ LedId.Keyboard_Custom4, SteelSeriesLedId.ZoneFour },
|
|
||||||
{ LedId.Keyboard_Custom5, SteelSeriesLedId.ZoneFive },
|
|
||||||
{ LedId.Keyboard_Custom6, SteelSeriesLedId.ZoneSix },
|
|
||||||
{ LedId.Keyboard_Custom7, SteelSeriesLedId.ZoneSeven },
|
|
||||||
{ LedId.Keyboard_Custom8, SteelSeriesLedId.ZoneEight },
|
|
||||||
{ LedId.Keyboard_Custom9, SteelSeriesLedId.ZoneNine },
|
|
||||||
{ LedId.Keyboard_Custom10, SteelSeriesLedId.ZoneTen }
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
@ -69,7 +69,7 @@ public sealed class SteelSeriesDeviceProvider : AbstractRGBDeviceProvider
|
|||||||
{ 0x1852, RGBDeviceType.Mouse, "Aerox 5 Wireless", LedMappings.MouseThreeZone, SteelSeriesDeviceType.ThreeZone },
|
{ 0x1852, RGBDeviceType.Mouse, "Aerox 5 Wireless", LedMappings.MouseThreeZone, SteelSeriesDeviceType.ThreeZone },
|
||||||
|
|
||||||
//Keyboards
|
//Keyboards
|
||||||
{ 0x161A, RGBDeviceType.Keyboard, "Apex 3", LedMappings.KeyboardTenZone, SteelSeriesDeviceType.TenZone },
|
{ 0x161A, RGBDeviceType.Keyboard, "Apex 3", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.TenZone },
|
||||||
{ 0x161C, RGBDeviceType.Keyboard, "Apex 5", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
|
{ 0x161C, RGBDeviceType.Keyboard, "Apex 5", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
|
||||||
{ 0x1612, RGBDeviceType.Keyboard, "Apex 7", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
|
{ 0x1612, RGBDeviceType.Keyboard, "Apex 7", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
|
||||||
{ 0x1618, RGBDeviceType.Keyboard, "Apex 7 TKL", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
|
{ 0x1618, RGBDeviceType.Keyboard, "Apex 7 TKL", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user