diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-15 17:42:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-15 17:42:47 +0000 |
commit | 56d193c5c8f0a00f63ef0c9afb7791dc537dc4d2 (patch) | |
tree | 131895201ce7383e3ea54e3ab84895b8b2ee1df8 /keyboards/tkw/grandiceps/info.json | |
parent | c3a2a7659eb3279e8480972edf8da6f10897c000 (diff) | |
parent | 926389f3a700ac2cde66b1b982525cd1e7b1a200 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tkw/grandiceps/info.json')
-rw-r--r-- | keyboards/tkw/grandiceps/info.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/tkw/grandiceps/info.json b/keyboards/tkw/grandiceps/info.json new file mode 100644 index 0000000000..4f63ae1eb1 --- /dev/null +++ b/keyboards/tkw/grandiceps/info.json @@ -0,0 +1,19 @@ +{ + "keyboard_name": "grandiceps", + "url": "https://github.com/vattern/grandiceps", + "maintainer": "vattern", + "manufacturer": "tkw", + "width": 16.5, + "height": 5.25, + "layouts": { + "LAYOUT": { + "layout": [ + {"x":0, "y":0.5}, {"x":1, "y":0.375}, {"x":2, "y":0.125}, {"x":3, "y":0}, {"x":4, "y":0.125}, {"x":5, "y":0.25}, {"x":10.5, "y":0.25}, {"x":11.5, "y":0.125}, {"x":12.5, "y":0}, {"x":13.5, "y":0.125}, {"x":14.5, "y":0.375}, {"x":15.5, "y":0.5}, + {"x":0, "y":1.5}, {"x":1, "y":1.375}, {"x":2, "y":1.125}, {"x":3, "y":1}, {"x":4, "y":1.125}, {"x":5, "y":1.25}, {"x":10.5, "y":1.25}, {"x":11.5, "y":1.125}, {"x":12.5, "y":1}, {"x":13.5, "y":1.125}, {"x":14.5, "y":1.375}, {"x":15.5, "y":1.5}, + {"x":0, "y":2.5}, {"x":1, "y":2.375}, {"x":2, "y":2.125}, {"x":3, "y":2}, {"x":4, "y":2.125}, {"x":5, "y":2.25}, {"x":10.5, "y":2.25}, {"x":11.5, "y":2.125}, {"x":12.5, "y":2}, {"x":13.5, "y":2.125}, {"x":14.5, "y":2.375}, {"x":15.5, "y":2.5}, + {"x":0, "y":3.5}, {"x":1, "y":3.375}, {"x":2, "y":3.125}, {"x":3, "y":3}, {"x":4, "y":3.125}, {"x":5, "y":3.25}, {"x":6, "y":2.75}, {"x":9.5, "y":2.75}, {"x":10.5, "y":3.25}, {"x":11.5, "y":3.125}, {"x":12.5, "y":3}, {"x":13.5, "y":3.125}, {"x":14.5, "y":3.375}, {"x":15.5, "y":3.5}, + {"x":1, "y":4.375}, {"x":2, "y":4.125}, {"x":3, "y":4.15}, {"x":4.5, "y":4.25}, {"x":6, "y":4.25, "h":1.5}, {"x":9.5, "y":4.25, "h":1.5}, {"x":11, "y":4.25}, {"x":12.5, "y":4.15}, {"x":13.5, "y":4.125}, {"x":14.5, "y":4.375} + ] + } + } +} |