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

Merge pull request #40 from DarthAffe/SDK/Logitech

Fixed wrong zone count for logitech speakers
This commit is contained in:
DarthAffe 2019-01-13 14:53:04 +01:00 committed by GitHub
commit afbc25e1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ namespace RGB.NET.Devices.Logitech.HID
("G Pro", RGBDeviceType.Mouse, 0xC085, 1, "default", @"Mice\GPro"),
("G633", RGBDeviceType.Headset, 0x0A5C, 2, "default", @"Headsets\G633"),
("G933", RGBDeviceType.Headset, 0x0A5B, 2, "default", @"Headsets\G933"),
("G560", RGBDeviceType.Speaker, 0x0A78, 2, "default", @"Speakers\G560"),
("G560", RGBDeviceType.Speaker, 0x0A78, 4, "default", @"Speakers\G560"),
};
#endregion