commit: 7620c64b99dc5bec480bfaa2708cb3fae709e2b3
parent 3d0f4fa6927a8b600f1f5fc63f1f2349dc1c79af
Author: Jerome Berclaz <jerome.berclaz@a3.epfl.ch>
Date: Tue, 21 May 2024 19:49:49 -0700
Added MATRIX_HAS_GHOST definition for IBM Model H controller (#23744)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/keyboards/ibm/model_m/modelh/info.json b/keyboards/ibm/model_m/modelh/info.json
@@ -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",