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.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/handwired/pytest/info.json b/keyboards/handwired/pytest/info.json
index 8f82662058..a966477f24 100644
--- a/keyboards/handwired/pytest/info.json
+++ b/keyboards/handwired/pytest/info.json
@@ -9,10 +9,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
+ "layout_aliases": {
+ "LAYOUT": "LAYOUT_ortho_1x1"
+ },
"layouts": {
"LAYOUT_ortho_1x1": {
"layout": [
- { "x": 0, "y": 0 }
+ {"matrix": [0, 0], "x": 0, "y": 0}
]
}
}