mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2026-01-02 10:43:37 +00:00
Compare commits
No commits in common. "745364495d281c5bf7b53562f7d86b582b015316" and "3d9706ad0e3d3b59c48c84b6fa3ab7739f82767c" have entirely different histories.
745364495d
...
3d9706ad0e
@ -17,7 +17,7 @@ surface.AlignDevices();
|
|||||||
surface.RegisterUpdateTrigger(new TimerUpdateTrigger());
|
surface.RegisterUpdateTrigger(new TimerUpdateTrigger());
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic Rendering
|
## Basis Rendering
|
||||||
```csharp
|
```csharp
|
||||||
// Create a led-group containing all leds on the surface
|
// Create a led-group containing all leds on the surface
|
||||||
ILedGroup allLeds = new ListLedGroup(surface, surface.Leds);
|
ILedGroup allLeds = new ListLedGroup(surface, surface.Leds);
|
||||||
|
|||||||
@ -146,7 +146,6 @@ public sealed class RazerDeviceProvider : AbstractRGBDeviceProvider
|
|||||||
{ 0x0296, RGBDeviceType.Keyboard, "DeathStalker V2 Pro TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard }, // Wireless
|
{ 0x0296, RGBDeviceType.Keyboard, "DeathStalker V2 Pro TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard }, // Wireless
|
||||||
{ 0x0298, RGBDeviceType.Keyboard, "DeathStalker V2 Pro TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard }, // Wired
|
{ 0x0298, RGBDeviceType.Keyboard, "DeathStalker V2 Pro TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard }, // Wired
|
||||||
{ 0x02A1, RGBDeviceType.Keyboard, "Ornata V3", LedMappings.Keyboard, RazerEndpointType.Keyboard },
|
{ 0x02A1, RGBDeviceType.Keyboard, "Ornata V3", LedMappings.Keyboard, RazerEndpointType.Keyboard },
|
||||||
{ 0x02A5, RGBDeviceType.Keyboard, "BlackWidow V4 75%", LedMappings.Keyboard, RazerEndpointType.Keyboard },
|
|
||||||
{ 0x0A24, RGBDeviceType.Keyboard, "BlackWidow V3 TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard },
|
{ 0x0A24, RGBDeviceType.Keyboard, "BlackWidow V3 TKL", LedMappings.Keyboard, RazerEndpointType.Keyboard },
|
||||||
|
|
||||||
// Mice
|
// Mice
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user