diff options
author | Joel Challis <git@zvecr.com> | 2023-01-08 15:26:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 15:26:37 +0000 |
commit | 1c024bfa91196ac450aa8ac8baae845dc617cde1 (patch) | |
tree | 001b5687d1389bebbad0327edfebde1251d24202 /keyboards/handwired/pytest | |
parent | f6023a36bc439a582cd643b6c4b87c3a1dcf4b31 (diff) |
Add some missing layout data (#19539)
Diffstat (limited to 'keyboards/handwired/pytest')
-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 } + ] + } + } } |