Skip to content

Commit

Permalink
Merge pull request #367 from DarthAffe/Devices/Razer
Browse files Browse the repository at this point in the history
Added PID for Razer Naga Classic Edition
  • Loading branch information
DarthAffe authored Jan 9, 2024
2 parents af43c0a + 9aee9a1 commit 1312566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RGB.NET.Devices.Razer/RazerDeviceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public static RazerDeviceProvider Instance
{ 0x008F, RGBDeviceType.Mouse, "Naga Pro", LedMappings.Mouse, RazerEndpointType.Mouse }, //this is via usb connection
{ 0x0090, RGBDeviceType.Mouse, "Naga Pro", LedMappings.Mouse, RazerEndpointType.Mouse }, //this is via bluetooth connection
{ 0x0091, RGBDeviceType.Mouse, "Viper 8khz", LedMappings.Mouse, RazerEndpointType.Mouse },
{ 0x0093, RGBDeviceType.Mouse, "Naga Classic", LedMappings.Mouse, RazerEndpointType.Mouse },
{ 0x0094, RGBDeviceType.Mouse, "Orochi V2", LedMappings.Mouse, RazerEndpointType.Mouse },
{ 0x0096, RGBDeviceType.Mouse, "Naga X", LedMappings.Mouse, RazerEndpointType.Mouse },
{ 0x0099, RGBDeviceType.Mouse, "Basilisk v3", LedMappings.Mouse, RazerEndpointType.Mouse },
Expand Down

0 comments on commit 1312566

Please sign in to comment.