diff options
author | Ryan <fauxpark@gmail.com> | 2021-06-07 20:46:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 20:46:22 +1000 |
commit | 9dffd3576221b7a1e00e6b4ac5c90183218750b5 (patch) | |
tree | eb5b6e26f69127e7c0419f5f2ccf7f2b58b2f9b0 /layouts/default/ortho_1x1/info.json | |
parent | b10728edc1ce897939833ccca447640804888854 (diff) |
Add default `ortho_1x1` layout (#13118)
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} + ] + } + } +} |