summaryrefslogtreecommitdiffstats
path: root/quantum/matrix_common.c
Commit message (Expand)AuthorAgeFilesLines
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-1/+1
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-3/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-071-1/+1
|\
| * fix comment space code in quantum/matrix_common.c (#17942)Takeshi ISHII2022-08-071-1/+1
* | Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann2022-07-071-3/+2
|/
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-11/+0
* Format code according to conventions (#16322)QMK Bot2022-02-121-11/+33
* Relocate matrix_init_quantum content (#15953)Joel Challis2022-01-231-6/+0
* [Bug] Include missing string.h include (#15606)Drashna Jaelre2021-12-281-0/+1
* [Core] Fix bug and code regression for Split Common (#15603)Drashna Jaelre2021-12-281-12/+10
* Custom matrix lite support for split keyboards (#14674)Jay Greco2021-12-271-5/+70
* [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-6/+0
* Change the prototype of matrix_output_unselect_delay() (#13045)Takeshi ISHII2021-07-131-1/+1
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-1/+1
* fix matrix_io_delay() timing in quantum/matrix.c (#9603)Takeshi ISHII2021-01-131-0/+5
* format code according to conventions [skip ci]QMK Bot2020-07-041-4/+1
* add DIP_SWITCH_MATRIX_GRID support (#8772)Takeshi ISHII2020-07-041-0/+5
* Allow 30us matrix delay to be keyboard/user overridable (#8216)Joel Challis2020-02-211-0/+7
* Fix CUSTOM_MATRIX lite matrix_scan return code (#7908)Joel Challis2020-01-151-1/+1
* Migrate more custom matrix 'lite' code to core (#7863)Joel Challis2020-01-151-0/+48
* Move some common matrix code to a common location (#7699)Joel Challis2020-01-041-0/+59