diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-30 22:02:08 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-30 22:02:08 -0700 |
commit | e176ab11ab2cc6bfe46ed43da32a48d41532241f (patch) | |
tree | 3d3f3dc2181cb6aa185a43f585d02406968c2492 /keyboards | |
parent | 878039c59c2c4eae5b2556ad526418ca9a9c9ab3 (diff) | |
download | qmk_firmware-e176ab11ab2cc6bfe46ed43da32a48d41532241f.tar.gz qmk_firmware-e176ab11ab2cc6bfe46ed43da32a48d41532241f.zip |
[Keyboard] Complete info.json for Sticc14 handwired (#7208)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/handwired/sticc14/info.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/handwired/sticc14/info.json b/keyboards/handwired/sticc14/info.json index e69de29bb2..fac5ab313e 100644 --- a/keyboards/handwired/sticc14/info.json +++ b/keyboards/handwired/sticc14/info.json @@ -0,0 +1,27 @@ +{ + "keyboard_name": "Sticc14", + "url": "", + "maintainer": "erkhal", + "width": 3, + "height": 5, + "layouts": { + "LAYOUT": { + "layout": [ + {"label":"K00", "x":0, "y":0}, + {"label":"K01", "x":1, "y":0}, + {"label":"K02", "x":2, "y":0}, + {"label":"K10", "x":0, "y":1}, + {"label":"K11", "x":1, "y":1}, + {"label":"K12", "x":2, "y":1}, + {"label":"K20", "x":0, "y":2}, + {"label":"K21", "x":1, "y":2}, + {"label":"K22", "x":2, "y":2}, + {"label":"K30", "x":0, "y":3}, + {"label":"K31", "x":1, "y":3}, + {"label":"K32", "x":2, "y":3}, + {"label":"K40", "x":0, "y":4, "w":2}, + {"label":"K41", "x":2, "y":4} + ] + } + } +} |