From 1c024bfa91196ac450aa8ac8baae845dc617cde1 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 8 Jan 2023 15:26:37 +0000 Subject: Add some missing layout data (#19539) --- keyboards/handwired/pytest/info.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'keyboards/handwired') 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 } + ] + } + } } -- cgit v1.2.3