diff options
| author | QMK Bot | 2021-06-07 12:47:09 +0200 |
|---|---|---|
| committer | QMK Bot | 2021-06-07 12:47:09 +0200 |
| commit | 5686a00a9c8f64b59f7d0996f4c220cf91391c8a (patch) | |
| tree | f448bc0ab8d567efe361cfbb6faa4ddf770397a8 /layouts/default/ortho_1x1/info.json | |
| parent | b72f10c6357eee628ab1f3762f66ba8a0a279a4e (diff) | |
| parent | 9dffd3576221b7a1e00e6b4ac5c90183218750b5 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
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} + ] + } + } +} |