Skip to content

Commit

Permalink
Merge pull request #374 from Aytackydln/num-lock-scroll-indicators
Browse files Browse the repository at this point in the history
added Num/Caps/Scroll lock indicator mappings to OpenRGB
  • Loading branch information
DarthAffe authored Jan 28, 2024
2 parents ef980f7 + 4959c6e commit 50e20a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RGB.NET.Devices.OpenRGB/Generic/LedMappings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,8 @@ internal static class LedMappings
["Key: G9"] = LedId.Keyboard_Programmable9,
["Lighting"] = LedId.Keyboard_Brightness,
["Game Mode"] = LedId.Keyboard_WinLock,
["Num Lock Indicator"] = LedId.Keyboard_IndicatorNumLock,
["Caps Lock Indicator"] = LedId.Keyboard_IndicatorCapsLock,
["Scroll Lock Indicator"] = LedId.Keyboard_IndicatorScrollLock,
};
}

0 comments on commit 50e20a7

Please sign in to comment.