summaryrefslogtreecommitdiff
path: root/keyboards/owl8/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-09-01 12:20:56 +0000
committerGitHub <noreply@github.com>2021-09-01 13:20:56 +0100
commit583f07ac58dca26183e56b14acd997eff98388c3 (patch)
tree8997de304153cb05552c839652dcf1db29abec5e /keyboards/owl8/info.json
parentc573926e05ccdf71fdafa433db7cc46712d96d11 (diff)
owl8: add info.json file (#14256)
* owl8: add info.json file * remove width and height keys (per fauxpark) Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/owl8/info.json')
-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}
+ ]
+ }
+ }
+}