diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 03:47:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:47:38 -0800 |
commit | 3fefaf7f6b99aafe691a9024db4780684a588e4a (patch) | |
tree | 21145f7fe6804833211c2cd60aabfdb43a44c54d /keyboards/glenpickle/chimera_ls/info.json | |
parent | 6cb0e8924ba258e112174b1dac36c88d16fbc560 (diff) |
[Keyboard] move @GlenPickle 's chimera* boards into a folder (#16072)
Diffstat (limited to 'keyboards/glenpickle/chimera_ls/info.json')
-rw-r--r-- | keyboards/glenpickle/chimera_ls/info.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/glenpickle/chimera_ls/info.json b/keyboards/glenpickle/chimera_ls/info.json new file mode 100644 index 0000000000..b6585a5c28 --- /dev/null +++ b/keyboards/glenpickle/chimera_ls/info.json @@ -0,0 +1,10 @@ +{ + "keyboard_name": "Chimera LS", + "url": "", + "maintainer": "qmk", + "layouts": { + "LAYOUT_ortho_4x12": { + "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":12, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}, {"x":10, "y":3}, {"x":11, "y":3}, {"x":12, "y":3}] + } + } +} |