diff options
author | Laneware <68452738+Laneware@users.noreply.github.com> | 2023-03-20 09:19:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 23:19:28 +0000 |
commit | 50b12ece13203e85eabc643159517c7eb4e20dc3 (patch) | |
tree | c68242c5c04c2057d84c45208d5fc13856a4579a /keyboards | |
parent | c5b0e3a6a3c5a86273b933c04f5cfdef9a541c9d (diff) |
Update lpad info.json (#20184)
Update incorrect row and col pins, now confirmed working via manual build in QMK MSYS
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/lpad/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lpad/info.json b/keyboards/lpad/info.json index 2b6286ca4b..16c2d7d4c5 100644 --- a/keyboards/lpad/info.json +++ b/keyboards/lpad/info.json @@ -11,8 +11,8 @@ "processor": "atmega32u4", "bootloader": "atmel-dfu", "matrix_pins": { - "cols": ["F5", "E6", "D0"], - "rows": ["D3", "D4", "D6"] + "cols": ["D3", "D4", "D6"], + "rows": ["E6", "B7", "D0"] }, "diode_direction": "COL2ROW", "encoder": { |