diff options
Diffstat (limited to 'layouts/default/ortho_1x1/info.json')
-rw-r--r-- | layouts/default/ortho_1x1/info.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/default/ortho_1x1/info.json b/layouts/default/ortho_1x1/info.json new file mode 100644 index 0000000000..e055fcb3e7 --- /dev/null +++ b/layouts/default/ortho_1x1/info.json @@ -0,0 +1,14 @@ +{ + "keyboard_name": "1x1 ortholinear layout", + "url": "", + "maintainer": "qmk", + "width": 1, + "height": 1, + "layouts": { + "LAYOUT_ortho_1x1": { + "layout": [ + {"x":0, "y":0} + ] + } + } +} |