diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2020-06-04 19:56:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 16:56:04 -0700 |
commit | 6cfc3cd940370d80fd44554eb9f669950495e1f9 (patch) | |
tree | ca6e679f8b3ad067404786dfad612ae6effb6e08 /keyboards/hineybush/h10/info.json | |
parent | e84e9a2004cbec490f94d74353864f19dfad89c4 (diff) |
[Keyboard] add hineybush/h10 pcb (#9036)
* initial h10 commit
* update h10
* update files, add via keymap
* edit h10 readme
* update per PR requests
* add copyright (i think this is what fauxpark wants)
* fix comment
* remove config.h files
* update per PR requests
* Update keyboards/hineybush/h10/info.json
* Update keyboards/hineybush/h10/info.json
Diffstat (limited to 'keyboards/hineybush/h10/info.json')
-rw-r--r-- | keyboards/hineybush/h10/info.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/hineybush/h10/info.json b/keyboards/hineybush/h10/info.json new file mode 100644 index 0000000000..b08c407c31 --- /dev/null +++ b/keyboards/hineybush/h10/info.json @@ -0,0 +1,12 @@ +{ + "keyboard_name": "h10", + "url": "", + "maintainer": "hineybush", + "width": 5.25, + "height": 7.5, + "layouts": { + "LAYOUT_ortho_6x4": { + "layout": [{"label":"0,0", "x":0, "y":0}, {"label":"0,1", "x":1, "y":0}, {"label":"0,2", "x":2, "y":0}, {"label":"0,3", "x":3, "y":0}, {"label":"1,0", "x":0, "y":1.25}, {"label":"1,1", "x":1, "y":1.25}, {"label":"1,2", "x":2, "y":1.25}, {"label":"1,3", "x":3, "y":1.25}, {"label":"2,0", "x":0, "y":2.25}, {"label":"2,1", "x":1, "y":2.25}, {"label":"2,2", "x":2, "y":2.25}, {"label":"2,3", "x":3, "y":2.25}, {"label":"3,0", "x":0, "y":3.25}, {"label":"3,1", "x":1, "y":3.25}, {"label":"3,2", "x":2, "y":3.25}, {"label":"3,3", "x":3, "y":3.25}, {"label":"4,0", "x":0, "y":4.25}, {"label":"4,1", "x":1, "y":4.25}, {"label":"4,2", "x":2, "y":4.25}, {"label":"4,3", "x":3, "y":4.25}, {"label":"5,0", "x":0, "y":5.25}, {"label":"5,1", "x":1, "y":5.25}, {"label":"5,2", "x":2, "y":5.25}, {"label":"5,3", "x":3, "y":5.25}] + } + } +} |