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

Compare commits

..

No commits in common. "5c864a03e530cafb9a10d454592252a139c02575" and "2bf081d16e0452c06e15f74970993c9249ff646a" have entirely different histories.

View File

@ -199,9 +199,9 @@ internal static class WootingLedMappings
{ LedId.Keyboard_LeftCtrl, (5, 0) },
{ LedId.Keyboard_LeftGui, (5, 1) },
{ LedId.Keyboard_LeftAlt, (5, 2) },
{ LedId.Keyboard_International3, (5, 3) },//JIS key
{ LedId.Keyboard_International3, (4, 3) },//JIS key
{ LedId.Keyboard_Space, (5, 6) },
{ LedId.Keyboard_International4, (5, 9) },//JIS key
{ LedId.Keyboard_International4, (4, 9) },//JIS key
{ LedId.Keyboard_RightAlt, (5, 10) },
{ LedId.Keyboard_RightGui, (5, 11) },
{ LedId.Keyboard_Function, (5, 12) },