From 4959c6e8adf1cc973d9e2759ac31eeaf2bfa6aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayta=C3=A7=20Kayadelen?= Date: Sat, 27 Jan 2024 22:19:46 +0100 Subject: [PATCH] added Num/Caps/Scroll lock indicator mappings to OpenRGB --- RGB.NET.Devices.OpenRGB/Generic/LedMappings.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RGB.NET.Devices.OpenRGB/Generic/LedMappings.cs b/RGB.NET.Devices.OpenRGB/Generic/LedMappings.cs index d6deb99f..972bf12c 100644 --- a/RGB.NET.Devices.OpenRGB/Generic/LedMappings.cs +++ b/RGB.NET.Devices.OpenRGB/Generic/LedMappings.cs @@ -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, }; }