-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
RazerDeviceProvider.cs has this
{ 0x0266, RGBDeviceType.Keyboard, "Huntsman V2", LedMappings.Keyboard, RazerEndpointType.Keyboard },
{ 0x026C, RGBDeviceType.Keyboard, "Huntsman V2", LedMappings.Keyboard, RazerEndpointType.Keyboard },
It should be this
{ 0x0266, RGBDeviceType.Keyboard, "Huntsman V2 Analog", LedMappings.Keyboard, RazerEndpointType.Keyboard },
{ 0x026C, RGBDeviceType.Keyboard, "Huntsman V2", LedMappings.Keyboard, RazerEndpointType.Keyboard },
according to https://openrgb.org/devices.html?search=huntsman+v2
This makes the Huntsman V2 analog show up as a normal huntsman v2Metadata
Metadata
Assignees
Labels
No labels