summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pytest/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/pytest/info.json')
-rw-r--r--keyboards/handwired/pytest/info.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/keyboards/handwired/pytest/info.json b/keyboards/handwired/pytest/info.json
index 11442461d4..00a3bff1f6 100644
--- a/keyboards/handwired/pytest/info.json
+++ b/keyboards/handwired/pytest/info.json
@@ -7,12 +7,20 @@
"pid": "0x6465",
"device_version": "0.0.1"
},
+ "matrix_pins": {
+ "cols": ["F4"],
+ "rows": ["F5"]
+ },
+ "diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
+ "layout_aliases": {
+ "LAYOUT": "LAYOUT_ortho_1x1"
+ },
"layouts": {
"LAYOUT_ortho_1x1": {
"layout": [
- { "w": 1, "x": 0, "y": 0 }
+ {"matrix": [0, 0], "x": 0, "y": 0}
]
}
}