Skip to content

Commit

Permalink
Added Razer Chroma Wireless ARGB Controller support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick026 authored Nov 29, 2024
1 parent 71f1115 commit aa7bfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RGB.NET.Devices.Razer/RazerDeviceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public static RazerDeviceProvider Instance
{ 0x0F13, RGBDeviceType.Unknown, "Lian Li O11", LedMappings.ChromaLink, RazerEndpointType.ChromaLink },
{ 0x0F1D, RGBDeviceType.Unknown, "Mouse Bungee V3 Chroma", LedMappings.ChromaLink, RazerEndpointType.ChromaLink },
{ 0x0F1F, RGBDeviceType.LedController, "Addressable RGB Controller", LedMappings.ChromaLink, RazerEndpointType.ChromaLink },

{ 0x0F2C, RGBDeviceType.LedController, "Chroma Wireless ARGB Controller", LedMappings.ChromaLink, RazerEndpointType.ChromaLink },
};

#endregion
Expand Down

0 comments on commit aa7bfd3

Please sign in to comment.