diff options
author | ryjelsum <79069893+ryjelsum@users.noreply.github.com> | 2021-11-27 21:52:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 21:52:53 -0800 |
commit | 99c6829bf06b1cd43365e6c7ef2f136062b8ad06 (patch) | |
tree | 41d19957ed7ce6bbc2444e214e5b9071e9f97f58 /keyboards/40percentclub/polyandry/info.json | |
parent | 99ec5e39cfa9f32613800b1df5168a50621cb497 (diff) |
[Keyboard] Add 40percent.club's 'polypad' PCB (#15158)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/40percentclub/polyandry/info.json')
-rw-r--r-- | keyboards/40percentclub/polyandry/info.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/40percentclub/polyandry/info.json b/keyboards/40percentclub/polyandry/info.json new file mode 100644 index 0000000000..d0d1a00f86 --- /dev/null +++ b/keyboards/40percentclub/polyandry/info.json @@ -0,0 +1,27 @@ +{ + "keyboard_name": "Polyandry", + "url": "", + "maintainer": "QMK", + "layouts": { + "LAYOUT": { + "layout": [ + {"label": "k000", "x": 0, "y": 0}, + {"label": "k001", "x": 1, "y": 0}, + {"label": "k002", "x": 2, "y": 0}, + + {"label": "k003", "x": 0, "y": 1}, + {"label": "k004", "x": 1, "y": 1}, + {"label": "k005", "x": 2, "y": 1}, + + {"label": "k006", "x": 0, "y": 2}, + {"label": "k007", "x": 1, "y": 2}, + {"label": "k008", "x": 2, "y": 2}, + + {"label": "k009", "x": 0, "y": 3}, + {"label": "k010", "x": 1, "y": 3}, + {"label": "k011", "x": 2, "y": 3} + + ] + } + } +} |