Skip to content

Commit

Permalink
Fix analog key coords
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Oct 18, 2023
1 parent 7ad1e59 commit fcf86ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RGB.NET.Devices.Wooting/Generic/WootingLedMappings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ internal static class WootingLedMappings
[LedId.LedStripe14] = (0, 0),

//analog keys
[LedId.Keypad1] = (3, 2),
[LedId.Keypad2] = (3, 3),
[LedId.Keypad3] = (3, 4),
[LedId.Keypad1] = (2, 1),
[LedId.Keypad2] = (2, 3),
[LedId.Keypad3] = (2, 5),
};

/// <summary>
Expand Down

0 comments on commit fcf86ff

Please sign in to comment.