From 2d45e5e4b464d0fc7e83d4065da9e797c7c4d580 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 30 Nov 2022 06:38:02 +0000 Subject: Add ortho_3x3 community layout (#19210) --- layouts/default/ortho_3x3/info.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 layouts/default/ortho_3x3/info.json (limited to 'layouts/default/ortho_3x3/info.json') diff --git a/layouts/default/ortho_3x3/info.json b/layouts/default/ortho_3x3/info.json new file mode 100644 index 0000000000..4e0def90f4 --- /dev/null +++ b/layouts/default/ortho_3x3/info.json @@ -0,0 +1,22 @@ +{ + "keyboard_name": "3x3 ortholinear layout", + "url": "", + "maintainer": "qmk", + "layouts": { + "LAYOUT_ortho_3x3": { + "layout": [ + {"x":0, "y":0}, + {"x":1, "y":0}, + {"x":2, "y":0}, + + {"x":0, "y":1}, + {"x":1, "y":1}, + {"x":2, "y":1}, + + {"x":0, "y":2}, + {"x":1, "y":2}, + {"x":2, "y":2} + ] + } + } +} -- cgit v1.2.3