Show / Hide Table of Contents

Class LedMappings

Contains mappings for LedId to the matrix location.

Inheritance
object
LedMappings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.Razer
Assembly: RGB.NET.Devices.Razer.dll
Syntax
public static class LedMappings

Properties

| Edit this page View Source

Blade

Gets the mapping for Blade keyboards.

Declaration
public static LedMapping<int> Blade { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

ChromaLink

Gets the mapping for chroma link devices.

Declaration
public static LedMapping<int> ChromaLink { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

Headset

Gets the mapping for headsets.

Declaration
public static LedMapping<int> Headset { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

Keyboard

Gets the mapping for keyboards.

Declaration
public static LedMapping<int> Keyboard { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

Keypad

Gets the mapping for keypads.

Declaration
public static LedMapping<int> Keypad { get; }
Property Value
Type Description
LedMapping<int>
| Edit this page View Source

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.

| Edit this page View Source

Mousepad

Gets the mapping for mousepads.

Declaration
public static LedMapping<int> Mousepad { get; }
Property Value
Type Description
LedMapping<int>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX