summaryrefslogtreecommitdiffstats
path: root/keyboards/bpiphany/pegasushoof/readme.md
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2019-08-24 13:10:36 -0700
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-08-24 13:10:36 -0700
commit43b03099702265ef514cb84236d9031e04047837 (patch)
treefb27708b8dc312bebc2980c97165a245b8d2308d /keyboards/bpiphany/pegasushoof/readme.md
parentcaab1d0303141c11e565c3dd18e97790d5cb7dab (diff)
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
Diffstat (limited to 'keyboards/bpiphany/pegasushoof/readme.md')
-rw-r--r--keyboards/bpiphany/pegasushoof/readme.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/keyboards/bpiphany/pegasushoof/readme.md b/keyboards/bpiphany/pegasushoof/readme.md
index 10ec79300a..ab49db03c4 100644
--- a/keyboards/bpiphany/pegasushoof/readme.md
+++ b/keyboards/bpiphany/pegasushoof/readme.md
@@ -3,7 +3,7 @@
A replacement controller that turns your Filco Majestouch 87/88 mechanical keyboard into a fully programmable keyboard.
Keyboard Maintainer: QMK Community
-Hardware Supported: Pegasus Hoof
+Hardware Supported: Pegasus Hoof, revisions [20131001](2013/) and [20150108](2015/)
Hardware Availability: [1upkeyboards](https://www.1upkeyboards.com/shop/controllers/filco-pegasus-hoof-controller/)
Make example for this keyboard (after setting up your build environment):
@@ -11,3 +11,11 @@ Make example for this keyboard (after setting up your build environment):
make bpiphany/pegasus_hoof:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
+
+### Additional Resources
+
+With many thanks to Bathroom Epiphanies for all the kind advice and help.
+
+ * [Schematic](https://deskthority.net/wiki/Costar_replacement_controllers#Schematic)
+ * [bpiphany TMK source](https://github.com/BathroomEpiphanies/epiphanies_tmk_keyboard)
+ * [bpiphany QMK source](https://github.com/BathroomEpiphanies/epiphanies_qmk_keyboard)