diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-02 17:52:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 17:52:46 -0700 |
commit | be9031d01d3195f75243ef3bd2b3fed369e2c85a (patch) | |
tree | e5ad1f8132b0a9623adf17b31a1e5f84a6b89f7c /keyboards/0xcb/static/info.json | |
parent | c2f227d2a87d6258bca6d2f96b6fc475e2fe54f5 (diff) |
0xCB Static: fix `qmk info` and Configurator issues (#13856)
Diffstat (limited to 'keyboards/0xcb/static/info.json')
-rw-r--r-- | keyboards/0xcb/static/info.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/0xcb/static/info.json b/keyboards/0xcb/static/info.json index d646471be9..e1ea7132b7 100644 --- a/keyboards/0xcb/static/info.json +++ b/keyboards/0xcb/static/info.json @@ -4,8 +4,11 @@ "maintainer": "Conor-Burns", "width": 12, "height": 5, + "layout_aliases": { + "LAYOUT": "LAYOUT_all" + }, "layouts": { - "LAYOUT": { + "LAYOUT_all": { "layout": [ {"x":11, "y":0}, {"x":0, "y":1}, |