]> git.donarmstrong.com Git - qmk_firmware.git/commit
Support the Pegasus Hoof controller.
authorDaniel Svensson <dsvensson@gmail.com>
Sun, 29 May 2016 00:48:56 +0000 (02:48 +0200)
committerDaniel Svensson <dsvensson@gmail.com>
Thu, 13 Oct 2016 10:50:54 +0000 (12:50 +0200)
commitb73adf0dea567407bd5e6bd7921b607529a2aa4a
tree58c374de493fbe0b7596a032cbfbd3f052850025
parent0a9ad8f335f5b5b9d184d9e5e9ece6cda149df7e
Support the Pegasus Hoof controller.

Replacement controller for Filco Majestouch TKL keyboards.

matrix.c ported from:
https://github.com/BathroomEpiphanies/epiphanies_tmk_keyboard

More details:
http://bathroomepiphanies.com/controllers/
keyboards/pegasushoof/Makefile [new file with mode: 0644]
keyboards/pegasushoof/README.md [new file with mode: 0644]
keyboards/pegasushoof/config.h [new file with mode: 0644]
keyboards/pegasushoof/keymaps/blowrak/Makefile [new file with mode: 0644]
keyboards/pegasushoof/keymaps/blowrak/keymap.c [new file with mode: 0644]
keyboards/pegasushoof/keymaps/default/Makefile [new file with mode: 0644]
keyboards/pegasushoof/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/pegasushoof/matrix.c [new file with mode: 0644]
keyboards/pegasushoof/pegasushoof.c [new file with mode: 0644]
keyboards/pegasushoof/pegasushoof.h [new file with mode: 0644]
keyboards/pegasushoof/rules.mk [new file with mode: 0644]