We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197be1f commit ed98714Copy full SHA for ed98714
1 file changed
RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs
@@ -70,6 +70,8 @@ public static LogitechDeviceProvider Instance
70
{ 0xC342, RGBDeviceType.Keyboard, "G512", LedMappings.PerKey, 0 },
71
{ 0xC343, RGBDeviceType.Keyboard, "G915 TKL", LedMappings.PerKey, 0 },
72
{ 0xC541, RGBDeviceType.Keyboard, "G915", LedMappings.PerKey, 0 },
73
+ { 0xC359, RGBDeviceType.Keyboard, "G915 X", LedMappings.PerKey, 0 },
74
+ { 0xC547, RGBDeviceType.Keyboard, "G915 X TKL", LedMappings.PerKey, 0 },
75
76
//non-rgb
77
{ 0xC333, RGBDeviceType.Keyboard, "G610", LedMappings.PerKey, 0 },
0 commit comments