Skip to content

Commit

Permalink
Merge pull request #413 from DarthAffe/LogitechPids
Browse files Browse the repository at this point in the history
Added logitech G915 X (TKL)
  • Loading branch information
DarthAffe authored Feb 6, 2025
2 parents d97293e + ed98714 commit 899fc69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public static LogitechDeviceProvider Instance
{ 0xC342, RGBDeviceType.Keyboard, "G512", LedMappings.PerKey, 0 },
{ 0xC343, RGBDeviceType.Keyboard, "G915 TKL", LedMappings.PerKey, 0 },
{ 0xC541, RGBDeviceType.Keyboard, "G915", LedMappings.PerKey, 0 },
{ 0xC359, RGBDeviceType.Keyboard, "G915 X", LedMappings.PerKey, 0 },
{ 0xC547, RGBDeviceType.Keyboard, "G915 X TKL", LedMappings.PerKey, 0 },

//non-rgb
{ 0xC333, RGBDeviceType.Keyboard, "G610", LedMappings.PerKey, 0 },
Expand Down

0 comments on commit 899fc69

Please sign in to comment.