summaryrefslogtreecommitdiffstats
path: root/keyboards/bpiphany/pegasushoof/2013/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Fix Pegasus Hoof (2013) layout, matrix and pin assignment (#16042)VĂ­ctor Pont2022-04-221-32/+32
|
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-9/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-7/+0
|
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-2/+2
| | | | | | | * Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes
* Add 2015 revision of Pegasus Hoof to QMK (#6595)Yan-Fa Li2019-08-241-0/+222
* 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