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

Compare commits

...

2 Commits

Author SHA1 Message Date
5c864a03e5
Merge pull request #404 from diogotr7/feature/80he-layout-fixes
Fixed incorrect 80he international keys
2024-10-17 20:51:27 +02:00
Diogo Trindade
7cfe08921e
Fixed incorrect 80he international keys 2024-10-17 12:05:54 +01:00

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, (4, 3) },//JIS key
{ LedId.Keyboard_International3, (5, 3) },//JIS key
{ LedId.Keyboard_Space, (5, 6) },
{ LedId.Keyboard_International4, (4, 9) },//JIS key
{ LedId.Keyboard_International4, (5, 9) },//JIS key
{ LedId.Keyboard_RightAlt, (5, 10) },
{ LedId.Keyboard_RightGui, (5, 11) },
{ LedId.Keyboard_Function, (5, 12) },