Added MATRIX_HAS_GHOST definition for IBM Model H controller (#23744)

This commit is contained in:
Jerome Berclaz 2024-05-21 19:49:49 -07:00 committed by GitHub
parent 3d0f4fa692
commit 7620c64b99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",