diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-20 22:47:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-20 22:47:14 +0000 |
commit | cec56b35b932b60c6e74fbe262c6928dffb9b594 (patch) | |
tree | 8532b699f24101130cf1cd97e57aa0031cf68fc3 /keyboards/handwired/consolekeyboard/info.json | |
parent | b423ebff8b1da7bc06987e8e9e1f5f682a2164f5 (diff) | |
parent | d35d65f2e0216c66706ed5a794ece52bc0f83079 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/consolekeyboard/info.json')
-rw-r--r-- | keyboards/handwired/consolekeyboard/info.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/handwired/consolekeyboard/info.json b/keyboards/handwired/consolekeyboard/info.json new file mode 100644 index 0000000000..0126ec8c6e --- /dev/null +++ b/keyboards/handwired/consolekeyboard/info.json @@ -0,0 +1,34 @@ +{ + "keyboard_name": "Console Keyboard", + "url": "https://www.thingiverse.com/thing:3167050", + "maintainer": "Gareth Edwards", + "width": 12, + "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":"K07 (D1,E6)", "x":7, "y":0}, + {"label":"K09 (D1,B5)", "x":9, "y":0}, + {"label":"K0A (D1,C4)", "x":10, "y":0}, + {"label":"K0B (D1,C5)", "x":11, "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":"K17 (D0,E6)", "x":7, "y":1}, + {"label":"K19 (D0,B5)", "x":9, "y":1}, + {"label":"K1A (D0,C4)", "x":10, "y":1}, + {"label":"K1B (D0,C5)", "x":11, "y":1} + ] + } + } + +} |