We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abab023 + 60d7d07 commit bb59a9cCopy full SHA for bb59a9c
1 file changed
RGB.NET.Devices.Logitech/LogitechDeviceProvider.cs
@@ -74,6 +74,7 @@ public static LogitechDeviceProvider Instance
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
+ { 0xC363, RGBDeviceType.Keyboard, "G515 Rapid TKL", LedMappings.PerKey, 0 },
78
79
//non-rgb
80
{ 0xC333, RGBDeviceType.Keyboard, "G610", LedMappings.PerKey, 0 },
0 commit comments