diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-04 01:06:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-04 01:06:32 +0000 |
commit | ef7862280d73ae5697fa54e5cfb11f2cfe2e8d40 (patch) | |
tree | 9ccb166fd8bc6ab81fdeea36e6f2e59a9ecb1048 /keyboards/boardsource/beiwagon/info.json | |
parent | def12e22874318883191ce28444900a40901d2ef (diff) | |
parent | 400844453a48c63c0eb06ae6b5d714a1ac3918f3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource/beiwagon/info.json')
-rw-r--r-- | keyboards/boardsource/beiwagon/info.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/boardsource/beiwagon/info.json b/keyboards/boardsource/beiwagon/info.json new file mode 100644 index 0000000000..6b2c9a466c --- /dev/null +++ b/keyboards/boardsource/beiwagon/info.json @@ -0,0 +1,28 @@ +{ + "keyboard_name": "Beiwagon", + "url": "", + "maintainer": "Boardsource", + "width": 3, + "height": 4, + "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 } + ] + } + } +} |