Skip to content

Commit

Permalink
Update lpad info.json (qmk#20184)
Browse files Browse the repository at this point in the history
Update incorrect row and col pins, now confirmed working via manual build in QMK MSYS
  • Loading branch information
Laneware authored and rodrigob committed Mar 21, 2023
1 parent 2ecb793 commit b002365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/lpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b002365

Please sign in to comment.