Browse Source

Update lpad info.json (#20184)

Update incorrect row and col pins, now confirmed working via manual build in QMK MSYS
pull/20198/head
Laneware 1 year ago
committed by GitHub
parent
commit
50b12ece13
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/lpad/info.json

+ 2
- 2
keyboards/lpad/info.json View File

@ -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": {


Loading…
Cancel
Save