Skip to content

Commit

Permalink
Merge pull request #408 from Nick026/Development
Browse files Browse the repository at this point in the history
Added Razer Chroma Wireless ARGB Controller support
  • Loading branch information
DarthAffe authored Dec 30, 2024
2 parents 505e5c6 + aa7bfd3 commit 197be1f
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 197be1f

Please sign in to comment.