diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-28 05:10:37 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-28 05:10:37 +0000 |
commit | ded55154effb98b2c83b7c72c24e5668ba92c740 (patch) | |
tree | ca16cc899b790ba08ba9061f72972bc280b21530 /keyboards/z12/info.json | |
parent | 8b74ba7e755aa73c0b06ca83d6f4c7ee50239842 (diff) | |
parent | 574b3d8a5a6891fff6d8058abc5c091f65f8dec2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/z12/info.json')
-rw-r--r-- | keyboards/z12/info.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/z12/info.json b/keyboards/z12/info.json new file mode 100644 index 0000000000..3ae8937571 --- /dev/null +++ b/keyboards/z12/info.json @@ -0,0 +1,26 @@ +{ + "keyboard_name": "z12", + "url": "https://github.com/zigotica/mechanical-keyboards/tree/main/z12", + "maintainer": "@zigotica", + "layouts": { + "LAYOUT": { + "layout": [ + {"x": 1, "y": 0}, + {"x": 2, "y": 0}, + + {"x": 0, "y": 0.5}, + {"x": 1, "y": 1}, + {"x": 2, "y": 1}, + {"x": 3, "y": 0.5}, + + {"x": 0.5, "y": 2}, + {"x": 1.5, "y": 2}, + {"x": 2.5, "y": 2}, + + {"x": 0.5, "y": 3}, + {"x": 1.5, "y": 3}, + {"x": 2.5, "y": 3}, + ] + } + } +} |