diff options
Diffstat (limited to 'layouts/default/ortho_2x3/info.json')
-rw-r--r-- | layouts/default/ortho_2x3/info.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layouts/default/ortho_2x3/info.json b/layouts/default/ortho_2x3/info.json new file mode 100644 index 0000000000..d39e5cc8d4 --- /dev/null +++ b/layouts/default/ortho_2x3/info.json @@ -0,0 +1,20 @@ +{ + "keyboard_name": "2x3 ortholinear layout", + "url": "", + "maintainer": "qmk", + "width": 3, + "height": 2, + "layouts": { + "LAYOUT_ortho_2x3": { + "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} + ] + } + } +} |