From 17f7681d33a30de0367f5140af2d79abf2bb3356 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Thu, 29 Apr 2021 20:29:03 +0200 Subject: [PATCH] Added LedIds for keyboard programming- an profile-buttons --- RGB.NET.Core/Leds/LedId.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RGB.NET.Core/Leds/LedId.cs b/RGB.NET.Core/Leds/LedId.cs index f3e3bac..acc0206 100644 --- a/RGB.NET.Core/Leds/LedId.cs +++ b/RGB.NET.Core/Leds/LedId.cs @@ -141,6 +141,8 @@ namespace RGB.NET.Core Keyboard_WinLock = 0x00004001, Keyboard_Brightness = 0x00004002, + Keyboard_LedProgramming = 0x00004003, + Keyboard_Profile = 0x00004004, Keyboard_MacroRecording = 0x00005001, Keyboard_Macro1 = 0x00005002,