1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Added hid-id for logitech G502

This commit is contained in:
Darth Affe 2017-11-15 21:25:37 +01:00
parent e165c7af16
commit 800a9c2e72

View File

@ -24,6 +24,7 @@ namespace RGB.NET.Devices.Logitech.HID
= new List<(string model, RGBDeviceType deviceType, int id, string imageBasePath, string imageLayout, string layoutPath)>
{
("G403", RGBDeviceType.Mouse, 0xC083, "Mice", "default", @"Mice\G403"),
("G502", RGBDeviceType.Mouse, 0xC332, "Mice", "default", @"Mice\G502"),
};
#endregion