We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d695c + 845efb6 commit 13f3ddeCopy full SHA for 13f3dde
1 file changed
RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs
@@ -73,6 +73,7 @@ public static LogitechDeviceProvider Instance
73
{ 0xC541, RGBDeviceType.Keyboard, "G915", LedMappings.PerKey, 0 },
74
{ 0xC359, RGBDeviceType.Keyboard, "G915 X", LedMappings.PerKey, 0 },
75
{ 0xC547, RGBDeviceType.Keyboard, "G915 X TKL", LedMappings.PerKey, 0 },
76
+ { 0xC358, RGBDeviceType.Keyboard, "G515", LedMappings.PerKey, 0 },
77
78
//non-rgb
79
{ 0xC333, RGBDeviceType.Keyboard, "G610", LedMappings.PerKey, 0 },
0 commit comments