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

Merge pull request #188 from DarthAffe/SDK/Logitech

Logitech - Added G733 PID
This commit is contained in:
Robert Beekman 2021-03-24 15:02:19 +01:00 committed by GitHub
commit e8fc81ca6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ namespace RGB.NET.Devices.Logitech.HID
("G933", RGBDeviceType.Headset, 0x0A5B, 2), ("G933", RGBDeviceType.Headset, 0x0A5B, 2),
("G935", RGBDeviceType.Headset, 0x0A87, 2), ("G935", RGBDeviceType.Headset, 0x0A87, 2),
("G560", RGBDeviceType.Speaker, 0x0A78, 4), ("G560", RGBDeviceType.Speaker, 0x0A78, 4),
("G733", RGBDeviceType.Speaker, 0xAB5, 2),
}; };
#endregion #endregion