diff options
author | myoung34 <myoung34@my.apsu.edu> | 2020-08-22 14:59:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 12:59:24 -0700 |
commit | e02f4798f97f7432e8df55846f8eb496b6ac45d1 (patch) | |
tree | 7551250fbca9c09199a9750cd0567520bdd2fe30 /keyboards/handwired/pterodactyl/info.json | |
parent | cf4b493c247c1e4f02f10cf62bc499ce2d001380 (diff) | |
download | qmk_firmware-e02f4798f97f7432e8df55846f8eb496b6ac45d1.tar.gz qmk_firmware-e02f4798f97f7432e8df55846f8eb496b6ac45d1.zip |
[Keyboard] Pterodactyl handwired (#9884)
* Working bluetooth fork of dactyl
* Refactor thanks to zvecr
* Final refactor per PR comments
* Pragma once
* Update keyboards/handwired/pterodactyl/pterodactyl.h
* Update keyboards/handwired/pterodactyl/readme.md
* Update keyboards/handwired/pterodactyl/rules.mk
* Update keyboards/handwired/pterodactyl/rules.mk
* Update keyboards/handwired/pterodactyl/config.h
* Update keyboards/handwired/pterodactyl/pterodactyl.h
* Update keyboards/handwired/pterodactyl/config.h
* Update keyboards/handwired/pterodactyl/pterodactyl.h
* update readme
* Update keyboards/handwired/pterodactyl/keymaps/default/keymap.c
* Update keyboards/handwired/pterodactyl/info.json
* Update keyboards/handwired/pterodactyl/readme.md
* Update keyboards/handwired/pterodactyl/config.h
* Update keyboards/handwired/pterodactyl/info.json
* Update keyboards/handwired/pterodactyl/keymaps/default/keymap.c
* Update keyboards/handwired/pterodactyl/keymaps/default/keymap.c
* Update keyboards/handwired/pterodactyl/keymaps/default/keymap.c
* Update keyboards/handwired/pterodactyl/keymaps/default/keymap.c
* Update keyboards/handwired/pterodactyl/pterodactyl.h
* Update keyboards/handwired/pterodactyl/keymaps/default/keymap.c
* Update keyboards/handwired/pterodactyl/matrix.c
* Fix/add formatting and info/keymap.json
* Update keyboards/handwired/pterodactyl/keymaps/default/keymap.json
* lint default/keymap.json
* format info.json
Diffstat (limited to 'keyboards/handwired/pterodactyl/info.json')
-rw-r--r-- | keyboards/handwired/pterodactyl/info.json | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/keyboards/handwired/pterodactyl/info.json b/keyboards/handwired/pterodactyl/info.json new file mode 100644 index 0000000000..5de1d369c8 --- /dev/null +++ b/keyboards/handwired/pterodactyl/info.json @@ -0,0 +1,98 @@ +{ + "keyboard_name": "Pterodactyl", + "url": "https://marcyoung.us/post/pterodactyl/", + "maintainer": "Marcus Young", + "width": 17, + "height": 8, + "layouts": { + "LAYOUT_pterodactyl": { + "key_count": 70, + "layout": [ + {"x":0, "y":0}, + {"x":1, "y":0}, + {"x":2, "y":0}, + {"x":3, "y":0}, + {"x":4, "y":0}, + {"x":5, "y":0}, + + {"x":11, "y":0}, + {"x":12, "y":0}, + {"x":13, "y":0}, + {"x":14, "y":0}, + {"x":15, "y":0}, + {"x":16, "y":0}, + + {"x":0, "y":1}, + {"x":1, "y":1}, + {"x":2, "y":1}, + {"x":3, "y":1}, + {"x":4, "y":1}, + {"x":5, "y":1}, + + {"x":11, "y":1}, + {"x":12, "y":1}, + {"x":13, "y":1}, + {"x":14, "y":1}, + {"x":15, "y":1}, + {"x":16, "y":1}, + + {"x":0, "y":2}, + {"x":1, "y":2}, + {"x":2, "y":2}, + {"x":3, "y":2}, + {"x":4, "y":2}, + {"x":5, "y":2}, + + {"x":11, "y":2}, + {"x":12, "y":2}, + {"x":13, "y":2}, + {"x":14, "y":2}, + {"x":15, "y":2}, + {"x":16, "y":2}, + + {"x":0, "y":3}, + {"x":1, "y":3}, + {"x":2, "y":3}, + {"x":3, "y":3}, + {"x":4, "y":3}, + {"x":5, "y":3}, + + {"x":11, "y":3}, + {"x":12, "y":3}, + {"x":13, "y":3}, + {"x":14, "y":3}, + {"x":15, "y":3}, + {"x":16, "y":3}, + + {"x":0, "y":4}, + {"x":1, "y":4}, + {"x":2, "y":4}, + {"x":3, "y":4}, + {"x":4, "y":4}, + + {"x":12, "y":4}, + {"x":13, "y":4}, + {"x":14, "y":4}, + {"x":15, "y":4}, + {"x":16, "y":4}, + + {"x":6, "y":5}, + {"x":7, "y":5}, + + {"x":9, "y":5}, + {"x":10, "y":5}, + + {"x":7, "y":6}, + {"x":9, "y":6}, + + {"x":5, "y":6, "h":2}, + {"x":6, "y":6, "h":2}, + {"x":7, "y":7}, + + {"x":9, "y":7}, + {"x":10, "y":6, "h":2}, + {"x":11, "y":6, "h":2} + ] + } + } +} |