diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-08 04:00:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-08 04:00:30 +0000 |
commit | b6000e0fe56ee9e2388175d240656ffd2ec486b8 (patch) | |
tree | 7789f0465b6c37a4f326a8384f597a8931a0a24a /keyboards/late9/rev1/info.json | |
parent | 0cf1186f8d857e62eab30ab3323573fda8238fd9 (diff) | |
parent | 87c2f97def26e4899d1c48a4428f3026aa914275 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/late9/rev1/info.json')
-rw-r--r-- | keyboards/late9/rev1/info.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/late9/rev1/info.json b/keyboards/late9/rev1/info.json new file mode 100644 index 0000000000..66175c9afa --- /dev/null +++ b/keyboards/late9/rev1/info.json @@ -0,0 +1,18 @@ +{ + "keyboard_name": "LATE-9", + "keyboard_folder": "late9/rev1", + "url": "https://github.com/rookiebwoy/late-9)", + "maintainer": "rookiebwoy", + "layouts": { + "LAYOUT": { + "layout": [ + {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, + {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, + {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, + {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, + {"x":0, "y":4}, {"x":1, "y":4}, {"x":2, "y":4}, + {"x":0, "y":5}, {"x":1, "y":5}, {"x":2, "y":5} + ] + } + } +} |