Class LedMappings
Contains mappings for LedId to the matrix location.
Inherited Members
Namespace: RGB.NET.Devices.Razer
Assembly: RGB.NET.Devices.Razer.dll
Syntax
public static class LedMappings
Properties
| Edit this page View SourceBlade
Gets the mapping for Blade keyboards.
Declaration
public static LedMapping<int> Blade { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
ChromaLink
Gets the mapping for chroma link devices.
Declaration
public static LedMapping<int> ChromaLink { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
Headset
Gets the mapping for headsets.
Declaration
public static LedMapping<int> Headset { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
Keyboard
Gets the mapping for keyboards.
Declaration
public static LedMapping<int> Keyboard { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
Keypad
Gets the mapping for keypads.
Declaration
public static LedMapping<int> Keypad { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
Mouse
Gets the mapping for mice.
Declaration
public static LedMapping<int> Mouse { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |
Remarks
The order of the ids is a bit messed up since the officially documented locations are 1-21 and 22 is know to be used even if it's not documented. 23-63 is there to not run into issues in the future.
Mousepad
Gets the mapping for mousepads.
Declaration
public static LedMapping<int> Mousepad { get; }
Property Value
Type | Description |
---|---|
LedMapping<int> |