1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Fix analog key coords

This commit is contained in:
Diogo Trindade 2023-10-18 14:11:44 +01:00
parent 7ad1e595a9
commit fcf86ff9da

View File

@ -330,9 +330,9 @@ internal static class WootingLedMappings
[LedId.LedStripe14] = (0, 0), [LedId.LedStripe14] = (0, 0),
//analog keys //analog keys
[LedId.Keypad1] = (3, 2), [LedId.Keypad1] = (2, 1),
[LedId.Keypad2] = (3, 3), [LedId.Keypad2] = (2, 3),
[LedId.Keypad3] = (3, 4), [LedId.Keypad3] = (2, 5),
}; };
/// <summary> /// <summary>