Skip to content

Commit

Permalink
Added MATRIX_HAS_GHOST definition for IBM Model H controller (qmk#23744)
Browse files Browse the repository at this point in the history
  • Loading branch information
jberclaz authored May 22, 2024
1 parent 3d0f4fa commit 7620c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/ibm/model_m/modelh/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"matrix_pins": {
"cols": ["A10", "A9", "A8", "B15", "B14", "B13", "B12", "B11", "B10", "B1", "B0", "A7", "A6", "A5", "A4", "A3"],
"rows": ["B6", "B5", "B4", "A15", "B3", "A0", "A2", "A1"]
"rows": ["B6", "B5", "B4", "A15", "B3", "A0", "A2", "A1"],
"ghost": true
},
"processor": "STM32F103",
"url": "modelh.club",
Expand Down

0 comments on commit 7620c64

Please sign in to comment.