summaryrefslogtreecommitdiffstats
path: root/keyboards/matrix/noah/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
|
* Remove `DEBOUNCE` macro usage (#19750)jack2023-02-061-0/+4
|
* [Bug] Fix compile issues for boards with custom matrix (#14323)Drashna Jaelre2021-09-051-0/+11
|
* Fix compile issues from the error page (#11314)Zach White2020-12-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * fix abacus so it works with configurator * create the keymap path if it doesn't exist * bpiphany/unloved_bastard: remove the nested macros, move default keymap to json * readd the unloved_bastard default keymap * fix clueboard/card * fixup handwired/2x5keypad * fixup hub16 * matrix/noah: remove the broken matrix print code to fix compilation * reinstate matrix_print with the right include * Revert "create the keymap path if it doesn't exist" This reverts commit af732776a539e8c6e2edf2e54f4d7f5ffa65b3a2.
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-2/+2
|
* fixed #8259 (#8333)yulei2020-03-071-1/+1
|
* adding noah keyboard (#7432)yulei2019-11-271-0/+166
* adding noah keyboard * Update keyboards/matrix/noah/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/matrix/noah/noah.c Co-Authored-By: Drashna Jaelre <drashna@live.com>