summaryrefslogtreecommitdiff
path: root/quantum/matrix.c
Commit message (Expand)AuthorAge
* clang-format changesskullY2019-08-30
* fix unselect_rows() in quantum/matrix.c (#6243)Takeshi ISHII2019-07-03
* Fixing matrix_scan so it properly returns changed statusRyan Caltabiano2019-05-28
* Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)zvecr2019-04-11
* Debounce refactor / API (#3720)Drashna Jaelre2019-02-14
|\
| * DO NOT USE Revert back to original API to support split_keyboards.alex-ong2019-01-26
| * DO NOT USE - debounce successfully compiled.alex-ong2019-01-26
| * DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong2019-01-26
| |\
| * \ Merge branch 'master' into debounce_refactorAlex Ong2019-01-04
| |\ \
| * | | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong2018-08-29
* | | | Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-27
| |_|/ |/| |
* | | Simplify split_common Code significantly (#4772)James Churchill2019-01-17
| |/ |/|
* | Update quantum matrix to support both AVR and Chibios ARM (#3968)yiancar2018-09-28
|/
* Disable JTAG in keyboard initDrashna Jaelre2018-06-28
* Clarify the quantum license (#1042)skullydazed2017-03-28
* Add new DIODE_DIRECTION optionNikolaus Wittenstein2017-02-05
* Remove unused matrix_raw variable in matrix.cNikolaus Wittenstein2017-02-05
* don't always detect a matrix change (fixes debounce)Jack Humbert2016-11-18
* added fixed debounce codeIBNobody2016-10-29
* Made scanning more efficientIBNobody2016-10-29
* Refactoring Matrix scanningIBNobody2016-10-28
* Fixing Debounce - WIPIBNobody2016-10-28
* Fixed some large keyboard bugsIBNobody2016-10-23
* fix/annotate wait_us linesJack Humbert2016-07-06
* reverts #343 for the most part (#474)Jack Humbert2016-07-04
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-01
* Implements subprojects and updates projects for this (#459)Jack Humbert2016-06-29
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-23
* adds power_up to quantum's matrix fileJack Humbert2016-06-17
* brings alps64 up-to-date (needs testing)Jack Humbert2016-05-28
* Clean up #343's code (#348)Eric Tang2016-05-24
* Optimize matrix scanning (#343)Eric Tang2016-05-23
* Leader key implementation (#326)Erez Zukerman2016-05-15
* quantum accommodates more than 16 columnsJack Humbert2016-05-09
* Addressed void* return warning in all keymapsyoyoerx2016-03-10
* added ergodoxJack Humbert2015-10-26
* quantum separatedJack Humbert2015-10-26