diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-01 12:21:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-01 12:21:39 +0000 |
commit | b4065c557a9a05e6cc8b92414ee149b16714e4a8 (patch) | |
tree | fdb0756c12e2b392187206903b6a1ab514210cb9 | |
parent | 1b357ea43254298abaf160d0b728051f1ab6fb26 (diff) | |
parent | 583f07ac58dca26183e56b14acd997eff98388c3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/owl8/info.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/owl8/info.json b/keyboards/owl8/info.json new file mode 100644 index 0000000000..e50484ba90 --- /dev/null +++ b/keyboards/owl8/info.json @@ -0,0 +1,30 @@ +{ + "keyboard_name": "owl8", + "url": "", + "maintainer": "yfuku", + "layouts": { + "LAYOUT": { + "layout": [ + {"x":0, "y":0}, + {"x":1, "y":0}, + {"x":2, "y":0}, + {"x":3, "y":0}, + + {"x":0, "y":1.25}, + {"x":1, "y":1.25}, + {"x":2, "y":1.25}, + {"x":3, "y":1.25}, + + {"x":0, "y":2.5}, + {"x":1, "y":2.5}, + {"x":2, "y":2.5}, + {"x":3, "y":2.5}, + + {"x":0, "y":3.5}, + {"x":1, "y":3.5}, + {"x":2, "y":3.5}, + {"x":3, "y":3.5} + ] + } + } +} |