diff options
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/pytest/info.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/keyboards/handwired/pytest/info.json b/keyboards/handwired/pytest/info.json index 2ba7d34d52..11442461d4 100644 --- a/keyboards/handwired/pytest/info.json +++ b/keyboards/handwired/pytest/info.json @@ -8,5 +8,12 @@ "device_version": "0.0.1" }, "processor": "atmega32u4", - "bootloader": "atmel-dfu" + "bootloader": "atmel-dfu", + "layouts": { + "LAYOUT_ortho_1x1": { + "layout": [ + { "w": 1, "x": 0, "y": 0 } + ] + } + } } |