1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Added missing G915 TKL PID

This commit is contained in:
Markus Mohoritsch 2023-02-12 10:06:38 +01:00
parent be3f2bfa29
commit b67294eb3c

View File

@ -73,6 +73,7 @@ public class LogitechDeviceProvider : AbstractRGBDeviceProvider
{
{ 0x407C, RGBDeviceType.Keyboard, "G915", LedMappings.PerKey, 0 },
{ 0x408E, RGBDeviceType.Keyboard, "G915 TKL", LedMappings.PerKey, 0 },
{ 0xC232, RGBDeviceType.Keyboard, "G915 TKL", LedMappings.PerKey, 0 },
};
/// <summary>