From 9499b31c13e56220617581c8ceb76b72a8e0fc82 Mon Sep 17 00:00:00 2001 From: Diogo Trindade Date: Thu, 20 Feb 2025 18:28:07 +0000 Subject: [PATCH] Fix more 80HE layout --- RGB.NET.Devices.Wooting/Generic/WootingLedMappings.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RGB.NET.Devices.Wooting/Generic/WootingLedMappings.cs b/RGB.NET.Devices.Wooting/Generic/WootingLedMappings.cs index 1ed0790..8ec7b97 100644 --- a/RGB.NET.Devices.Wooting/Generic/WootingLedMappings.cs +++ b/RGB.NET.Devices.Wooting/Generic/WootingLedMappings.cs @@ -126,7 +126,7 @@ internal static class WootingLedMappings { LedId.Keyboard_F10, (0, 11) }, { LedId.Keyboard_F11, (0, 12) }, { LedId.Keyboard_F12, (0, 13) }, - { LedId.Keyboard_Custom1, (0, 14) }, + { LedId.Keyboard_Profile, (0, 14) }, { LedId.Keyboard_PrintScreen, (0, 15) }, { LedId.Keyboard_PauseBreak, (0, 16) }, @@ -200,7 +200,11 @@ internal static class WootingLedMappings { LedId.Keyboard_LeftGui, (5, 1) }, { LedId.Keyboard_LeftAlt, (5, 2) }, { LedId.Keyboard_International3, (5, 3) },//JIS key + { LedId.Keyboard_Custom1, (5, 4) }, + { LedId.Keyboard_Custom2, (5, 5) }, { LedId.Keyboard_Space, (5, 6) }, + { LedId.Keyboard_Custom3, (5, 7) }, + { LedId.Keyboard_Custom4, (5, 8) }, { LedId.Keyboard_International4, (5, 9) },//JIS key { LedId.Keyboard_RightAlt, (5, 10) }, { LedId.Keyboard_RightGui, (5, 11) },