Skip to content

Commit

Permalink
Typo in Keyboard name
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthAffe committed Aug 22, 2023
1 parent 5d3a361 commit 3461674
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 @@ -146,7 +146,7 @@ public static RazerDeviceProvider Instance
{ 0x0296, RGBDeviceType.Keyboard, "DeathStalker V2 Pro TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard }, // Wireless
{ 0x0298, RGBDeviceType.Keyboard, "DeathStalker V2 Pro TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard }, // Wired
{ 0x02A1, RGBDeviceType.Keyboard, "Ornata V3", LedMappings.Keyboard, RazerEndpointType.Keyboard },
{ 0x02A5, RGBDeviceType.Keyboard, "Razer Bacl Widow V4 75%", LedMappings.Keyboard, RazerEndpointType.Keyboard },
{ 0x02A5, RGBDeviceType.Keyboard, "Razer Black Widow V4 75%", LedMappings.Keyboard, RazerEndpointType.Keyboard },
{ 0x0A24, RGBDeviceType.Keyboard, "BlackWidow V3 TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard },

// Mice
Expand Down

0 comments on commit 3461674

Please sign in to comment.