summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-01 12:21:39 +0000
committerQMK Bot <hello@qmk.fm>2021-09-01 12:21:39 +0000
commitb4065c557a9a05e6cc8b92414ee149b16714e4a8 (patch)
treefdb0756c12e2b392187206903b6a1ab514210cb9 /keyboards
parent1b357ea43254298abaf160d0b728051f1ab6fb26 (diff)
parent583f07ac58dca26183e56b14acd997eff98388c3 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/owl8/info.json30
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}
+ ]
+ }
+ }
+}