]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add 2015 revision of Pegasus Hoof to QMK (#6595)
authorYan-Fa Li <yanfali@gmail.com>
Sat, 24 Aug 2019 20:10:36 +0000 (13:10 -0700)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 24 Aug 2019 20:10:36 +0000 (13:10 -0700)
commit43b03099702265ef514cb84236d9031e04047837
treefb27708b8dc312bebc2980c97165a245b8d2308d
parentcaab1d0303141c11e565c3dd18e97790d5cb7dab
Add 2015 revision of Pegasus Hoof to QMK (#6595)

* Add 2015 revision of pegasus hoof to QMK

* Add different version strings

* Fix ansi tkl layout

 - temporary JIS mapping, I can't test this as I don't have the hardware

* Reverse engineer JIS layout macro for 2015 Pegasus Hoof

* Linting on 2013.h

* Add more resources to readme

* Update keyboards/bpiphany/pegasushoof/2013/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/bpiphany/pegasushoof/2015/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/bpiphany/pegasushoof/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/bpiphany/pegasushoof/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Try to use core debouncing code

* return changed

* Use helpers
16 files changed:
keyboards/bpiphany/pegasushoof/2013/2013.c [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2013/2013.h [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2013/config.h [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2013/matrix.c [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2013/rules.mk [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2015/2015.c [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2015/2015.h [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2015/config.h [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2015/matrix.c [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/2015/rules.mk [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/config.h
keyboards/bpiphany/pegasushoof/matrix.c [deleted file]
keyboards/bpiphany/pegasushoof/pegasushoof.c [deleted file]
keyboards/bpiphany/pegasushoof/pegasushoof.h [deleted file]
keyboards/bpiphany/pegasushoof/readme.md
keyboards/bpiphany/pegasushoof/rules.mk