summaryrefslogtreecommitdiff
path: root/quantum/matrix.c
AgeCommit message (Expand)Author
2021-01-13fix matrix_io_delay() timing in quantum/matrix.c (#9603)Takeshi ISHII
2020-12-17Run cformat and dos2unix manually (#11235)Ryan
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-05-21format code according to conventions [skip ci]QMK Bot
2020-05-21Slight speed increases for matrix scanning (#9150)Joel Challis
2020-02-21Allow 30us matrix delay to be keyboard/user overridable (#8216)Joel Challis
2020-01-19Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark
2020-01-15Migrate more custom matrix 'lite' code to core (#7863)Joel Challis
2020-01-04Move some common matrix code to a common location (#7699)Joel Challis
2019-08-30clang-format changesskullY
2019-07-03fix unselect_rows() in quantum/matrix.c (#6243)Takeshi ISHII
2019-05-28Fixing matrix_scan so it properly returns changed statusRyan Caltabiano
2019-04-11Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)zvecr
2019-02-14Debounce refactor / API (#3720)Drashna Jaelre
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong
2019-01-26DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong
2019-01-17Simplify split_common Code significantly (#4772)James Churchill
2019-01-04Merge branch 'master' into debounce_refactorAlex Ong
2018-09-28Update quantum matrix to support both AVR and Chibios ARM (#3968)yiancar
2018-08-29Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong
2018-06-28Disable JTAG in keyboard initDrashna Jaelre
2017-03-28Clarify the quantum license (#1042)skullydazed
2017-02-05Add new DIODE_DIRECTION optionNikolaus Wittenstein
2017-02-05Remove unused matrix_raw variable in matrix.cNikolaus Wittenstein
2016-11-18don't always detect a matrix change (fixes debounce)Jack Humbert
2016-10-29added fixed debounce codeIBNobody
2016-10-29Made scanning more efficientIBNobody
2016-10-28Refactoring Matrix scanningIBNobody
2016-10-28Fixing Debounce - WIPIBNobody
2016-10-23Fixed some large keyboard bugsIBNobody
2016-07-06fix/annotate wait_us linesJack Humbert
2016-07-04reverts #343 for the most part (#474)Jack Humbert
2016-07-01Add ChibiOS support for QMK (#465)fredizzimo
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert
2016-06-23Backlight abstraction and other changes (#439)Jack Humbert
2016-06-17adds power_up to quantum's matrix fileJack Humbert
2016-05-28brings alps64 up-to-date (needs testing)Jack Humbert
2016-05-24Clean up #343's code (#348)Eric Tang
2016-05-23Optimize matrix scanning (#343)Eric Tang
2016-05-15Leader key implementation (#326)Erez Zukerman
2016-05-09quantum accommodates more than 16 columnsJack Humbert
2016-03-10Addressed void* return warning in all keymapsyoyoerx
2015-10-26added ergodoxJack Humbert
2015-10-26quantum separatedJack Humbert