Skip to content

Commit

Permalink
Added LedIds for Indicator-LEDs (like NumLock)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthAffe committed Aug 27, 2023
1 parent 60892e4 commit 72da2b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion RGB.NET.Core/Leds/LedId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,20 @@ public enum LedId
Keyboard_Custom127 = 0x0000707F,
Keyboard_Custom128 = 0x00007080,

Keyboard_IndicatorNumLock = 0x00008001,
Keyboard_IndicatorCapsLock = 0x00008002,
Keyboard_IndicatorScrollLock = 0x00008003,
Keyboard_IndicatorWinLock = 0x00008004,
Keyboard_IndicatorPower = 0x00008005,
Keyboard_IndicatorMuted = 0x00008006,
Keyboard_IndicatorMacro = 0x00008007,

/*### Mouse ###*/
Mouse1 = 0x00100001,
Mouse2 = 0x00100002,
Mouse3 = 0x00100003,
Mouse4 = 0x00100004,
Mouse5 = 0x00100005,
Mouse5 = 0x00100005,
Mouse6 = 0x00100006,
Mouse7 = 0x00100007,
Mouse8 = 0x00100008,
Expand Down

0 comments on commit 72da2b6

Please sign in to comment.