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

Merge pull request #292 from motabass/master

Add new PID to list of known Lightspeed Receivers
This commit is contained in:
DarthAffe 2023-02-05 16:24:12 +01:00 committed by GitHub
commit 287e3937cf
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,
0xC53A,
0xC541,
0xC545
0xC545,
0xC547
};
#endregion
@ -197,4 +198,4 @@ public class LightspeedHIDLoader<TLed, TData> : IEnumerable<HIDDeviceDefinition<
}
#endregion
}
}