Skip to content

Commit

Permalink
Merge pull request #404 from diogotr7/feature/80he-layout-fixes
Browse files Browse the repository at this point in the history
Fixed incorrect 80he international keys
  • Loading branch information
DarthAffe authored Oct 17, 2024
2 parents 2bf081d + 7cfe089 commit 5c864a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RGB.NET.Devices.Wooting/Generic/WootingLedMappings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit 5c864a0

Please sign in to comment.