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:
parent
e165c7af16
commit
800a9c2e72
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user