Skip to content

Commit

Permalink
Update SteelSeriesDeviceProvider.cs for Apex Pro TKL Wireless Gen3
Browse files Browse the repository at this point in the history
Added Device ID for Apex Pro TKL Wireless Gen3
  • Loading branch information
harrisck authored Dec 29, 2024
1 parent 1b9531a commit a2a25bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RGB.NET.Devices.SteelSeries/SteelSeriesDeviceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public static SteelSeriesDeviceProvider Instance
{ 0x1600, RGBDeviceType.Keyboard, "Apex M800", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
{ 0x1610, RGBDeviceType.Keyboard, "Apex Pro", LedMappings.KeyboardMappingUk, SteelSeriesDeviceType.PerKey },
{ 0x1614, RGBDeviceType.Keyboard, "Apex Pro TKL", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
{ 0x1644, RGBDeviceType.Keyboard, "Apex Pro TKL Wireless Gen3", LedMappings.KeyboardTklMappingUk, SteelSeriesDeviceType.PerKey },
{ 0x2036, RGBDeviceType.Keyboard, "MSI Notebook", LedMappings.KeyboardNotebookMappingUk, SteelSeriesDeviceType.PerKey },
{ 0x113A, RGBDeviceType.Keyboard, "MSI GE78HX", LedMappings.KeyboardMSIGE78Mapping, SteelSeriesDeviceType.PerKey },
{ 0x1122, RGBDeviceType.Keyboard, "MSI Notebook", LedMappings.KeyboardNotebookMappingUk, SteelSeriesDeviceType.PerKey },
Expand Down Expand Up @@ -162,4 +163,4 @@ protected override void Dispose(bool disposing)
}

#endregion
}
}

0 comments on commit a2a25bc

Please sign in to comment.