1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Merge pull request #374 from Aytackydln/num-lock-scroll-indicators

added Num/Caps/Scroll lock indicator mappings to OpenRGB
This commit is contained in:
DarthAffe 2024-01-28 22:20:43 +01:00 committed by GitHub
commit 50e20a7bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
};
}