mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
commit
f616390b84
@ -33,7 +33,7 @@ namespace RGB.NET.Devices.PicoPi
|
|||||||
|
|
||||||
public static HIDLoader<int, int> DeviceDefinitions { get; } = new(PicoPiSDK.VENDOR_ID)
|
public static HIDLoader<int, int> DeviceDefinitions { get; } = new(PicoPiSDK.VENDOR_ID)
|
||||||
{
|
{
|
||||||
{ PicoPiSDK.HID_BULK_CONTROLLER_PID, RGBDeviceType.LedStripe, "WS1812B-Controller", LedMappings.StripeMapping, 0 },
|
{ PicoPiSDK.HID_BULK_CONTROLLER_PID, RGBDeviceType.LedStripe, "WS2812B-Controller", LedMappings.StripeMapping, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly List<PicoPiSDK> _sdks = new();
|
private readonly List<PicoPiSDK> _sdks = new();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user