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

Add new PID to list of known Lightspeed Receivers

Logitech is using a new PID 0xC547 for some of it's Lightspeed receivers.
This commit is contained in:
Markus Mohoritsch 2023-02-05 12:29:40 +01:00 committed by GitHub
parent be3f2bfa29
commit 7c165f51af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@ public class LightspeedHIDLoader<TLed, TData> : IEnumerable<HIDDeviceDefinition<
0xC539, 0xC539,
0xC53A, 0xC53A,
0xC541, 0xC541,
0xC545 0xC545,
0xC547
}; };
#endregion #endregion
@ -197,4 +198,4 @@ public class LightspeedHIDLoader<TLed, TData> : IEnumerable<HIDDeviceDefinition<
} }
#endregion #endregion
} }