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