Skip to content

Commit

Permalink
owl8: add info.json file (qmk#14256)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and nhongooi committed Dec 5, 2021
1 parent be43937 commit 271d44f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions keyboards/owl8/info.json
Original file line number Diff line number Diff line change
@@ -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}
]
}
}
}

0 comments on commit 271d44f

Please sign in to comment.