diff options
author | OsciX <ryrutdavis@gmail.com> | 2020-05-08 20:08:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:08:19 -0700 |
commit | cd0edbb1fba91df97be233e30c145f352eda31c0 (patch) | |
tree | c109b2ea3dd1b01c29add2f4170304ddbe6fdac5 /keyboards/shambles/info.json | |
parent | 6919772fb99f34675ee26d202c26af443d6db287 (diff) | |
download | qmk_firmware-cd0edbb1fba91df97be233e30c145f352eda31c0.tar.gz |
[Keyboard] Shambles TKL (#8500)
* Add support for the Shambles TKL
* Fix Shambles files
* Add files via upload
* Fix Shambles again
* Delete shambles.h.h
* Delete shambles.c.c
* Add files via upload
* Delete Makefile
* Apply suggestions from code review
* Fix default layout to work with review
* Apply suggestions from code review
* Add info files
* Update readme.md
* Update keyboards/shambles/readme.md
Diffstat (limited to 'keyboards/shambles/info.json')
-rw-r--r-- | keyboards/shambles/info.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/shambles/info.json b/keyboards/shambles/info.json new file mode 100644 index 000000000..1f031cf7d --- /dev/null +++ b/keyboards/shambles/info.json @@ -0,0 +1,13 @@ +{ + "keyboard_name": "Shambles TKL", + "url": "", + "maintainer": "OsciX", + "width": 13.25, + "height": 4.5, + "layouts": { + "LAYOUT": { + "key_count": 47, + "layout": [{"label":"K00", "x":0, "y":0}, {"label":"K01", "x":1.5, "y":0}, {"label":"K02", "x":2.5, "y":0}, {"label":"K03", "x":3.5, "y":0}, {"label":"K04", "x":4.75, "y":0}, {"label":"K05", "x":5.75, "y":0}, {"label":"K06", "x":6.75, "y":0}, {"label":"K07", "x":8, "y":0}, {"label":"K08", "x":9, "y":0}, {"label":"K09", "x":10.25, "y":0}, {"label":"K10", "x":11.25, "y":0}, {"label":"K11", "x":12.25, "y":0}, {"label":"K12", "x":0, "y":1.5}, {"label":"K13", "x":1, "y":1.5}, {"label":"K14", "x":2, "y":1.5}, {"label":"K15", "x":3, "y":1.5}, {"label":"K16", "x":4, "y":1.5}, {"label":"K17", "x":5, "y":1.5}, {"label":"K18", "x":6, "y":1.5}, {"label":"K19", "x":7, "y":1.5}, {"label":"K20", "x":8, "y":1.5}, {"label":"K21", "x":9, "y":1.5}, {"label":"K22", "x":10.25, "y":1.25}, {"label":"K23", "x":11.25, "y":1.25}, {"label":"K24", "x":12.25, "y":1.25}, {"label":"K25", "x":0, "y":2.5}, {"label":"K26", "x":1, "y":2.5}, {"label":"K27", "x":2, "y":2.5}, {"label":"K28", "x":3, "y":2.5}, {"label":"K29", "x":4, "y":2.5}, {"label":"K30", "x":5, "y":2.5}, {"label":"K31", "x":6, "y":2.5}, {"label":"K32", "x":7, "y":2.5}, {"label":"K33", "x":8, "y":2.5}, {"label":"K34", "x":9, "y":2.5}, {"label":"K35", "x":11.25, "y":2.5}, {"label":"K36", "x":0.5, "y":3.5}, {"label":"K37", "x":1.5, "y":3.5}, {"label":"K38", "x":2.5, "y":3.5}, {"label":"K39", "x":3.5, "y":3.5}, {"label":"K40", "x":4.5, "y":3.5, "w":2}, {"label":"K41", "x":6.5, "y":3.5}, {"label":"K42", "x":7.5, "y":3.5}, {"label":"K43", "x":8.5, "y":3.5}, {"label":"K44", "x":10.25, "y":3.5}, {"label":"K45", "x":11.25, "y":3.5}, {"label":"K43", "x":12.25, "y":3.5}] + } + } +} |