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

Merge pull request #404 from diogotr7/feature/80he-layout-fixes

Fixed incorrect 80he international keys
This commit is contained in:
DarthAffe 2024-10-17 20:51:27 +02:00 committed by GitHub
commit 5c864a03e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) },