Skip to content

Commit

Permalink
Merge pull request #388 from DarthAffe/DeviceDetection
Browse files Browse the repository at this point in the history
Added detection for SteelSeries Apex 3
  • Loading branch information
DarthAffe authored Jun 10, 2024
2 parents f4cf5c3 + ed7ff76 commit bc7c237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RGB.NET.Devices.SteelSeries/SteelSeriesDeviceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public static SteelSeriesDeviceProvider Instance
{ 0x1852, RGBDeviceType.Mouse, "Aerox 5 Wireless", LedMappings.MouseThreeZone, SteelSeriesDeviceType.ThreeZone },

//Keyboards
{ 0x161A, RGBDeviceType.Keyboard, "Apex 3", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.TenZone },
{ 0x161C, RGBDeviceType.Keyboard, "Apex 5", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
{ 0x1612, RGBDeviceType.Keyboard, "Apex 7", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
{ 0x1618, RGBDeviceType.Keyboard, "Apex 7 TKL", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
Expand Down

0 comments on commit bc7c237

Please sign in to comment.