Skip to content

Commit

Permalink
Merge pull request #352 from DarthAffe/IndicatorLedIds
Browse files Browse the repository at this point in the history
Indicator led ids
  • Loading branch information
DarthAffe authored Aug 28, 2023
2 parents 60892e4 + 5707a24 commit 2e0754f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RGB.NET.Core/Leds/LedId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,14 @@ 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,
Expand Down

0 comments on commit 2e0754f

Please sign in to comment.