diff options
author | gazeddy <33955949+gazeddy@users.noreply.github.com> | 2021-02-28 06:09:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 17:09:41 +1100 |
commit | cd12fe86d3bce4221498848e9fced62fd708bdd8 (patch) | |
tree | 19b99ef45dcdb00fc25fd21632cf244ce8373a60 /keyboards/handwired/consolekeyboard/18key/info.json | |
parent | d6fb8f12c63e8ee5fe51e0f2d6710b4d026f7469 (diff) | |
download | qmk_firmware-cd12fe86d3bce4221498848e9fced62fd708bdd8.tar.gz qmk_firmware-cd12fe86d3bce4221498848e9fced62fd708bdd8.zip |
New Variants of Console Keyboard (#11973)
* initial push of console keyboard variants
* update readme
* fixed compilation issue
* update Readme
* added 18 and 27 key variants
* missed commas
* update info.json
* added readme
* correct info.json
* correct info.json
* info.json again
* fixed keymap.c
Diffstat (limited to 'keyboards/handwired/consolekeyboard/18key/info.json')
-rw-r--r-- | keyboards/handwired/consolekeyboard/18key/info.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/handwired/consolekeyboard/18key/info.json b/keyboards/handwired/consolekeyboard/18key/info.json new file mode 100644 index 0000000000..0995fe1c4f --- /dev/null +++ b/keyboards/handwired/consolekeyboard/18key/info.json @@ -0,0 +1,33 @@ +{ + "keyboard_name": "Console Keyboard", + "url": "https://www.thingiverse.com/thing:3167050", + "maintainer": "Gareth Edwards", + "width": 11, + "height": 2, + "layouts": { + "LAYOUT": { + "layout": [ + {"label":"K00 (D1,D4)", "x":0, "y":0}, + {"label":"K01 (D1,C6)", "x":1, "y":0}, + {"label":"K02 (D1,D7)", "x":2, "y":0}, + {"label":"K04 (D1,B3)", "x":4, "y":0}, + {"label":"K05 (D1,B2)", "x":5, "y":0}, + {"label":"K06 (D1,B6)", "x":6, "y":0}, + {"label":"K08 (D1,E6)", "x":8, "y":0}, + {"label":"K09 (D1,C4)", "x":9, "y":0}, + {"label":"K0A (D1,C5)", "x":10, "y":0}, + {"label":"K10 (D0,D4)", "x":0, "y":1}, + {"label":"K11 (D0,C6)", "x":1, "y":1}, + {"label":"K12 (D0,D7)", "x":2, "y":1}, + {"label":"K14 (D0,B3)", "x":4, "y":1}, + {"label":"K15 (D0,B2)", "x":5, "y":1}, + {"label":"K16 (D0,B6)", "x":6, "y":1}, + {"label":"K18 (D0,E6)", "x":8, "y":1}, + {"label":"K19 (D0,C4)", "x":9, "y":1}, + {"label":"K1A (D0,C5)", "x":10, "y":1} + + ] + } + } + +} |