summaryrefslogtreecommitdiff
path: root/quantum/matrix_common.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19Debounce: Deprecate num_rows parameter (#25632)フィルターペーパー1-3/+3
2025-07-25Add MATRIX_ROWS_PER_HAND definition (#25513)フィルターペーパー1-11/+7
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan1-1/+1
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis1-3/+3
2022-08-07Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2022-08-07fix comment space code in quantum/matrix_common.c (#17942)Takeshi ISHII1-1/+1
2022-07-07Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann1-3/+2
2022-03-10Remove `matrix_key_count()` (#16603)Ryan1-11/+0
2022-02-12Format code according to conventions (#16322)QMK Bot1-11/+33
2022-01-23Relocate matrix_init_quantum content (#15953)Joel Challis1-6/+0
2021-12-28[Bug] Include missing string.h include (#15606)Drashna Jaelre1-0/+1
2021-12-28[Core] Fix bug and code regression for Split Common (#15603)Drashna Jaelre1-12/+10
2021-12-27Custom matrix lite support for split keyboards (#14674)Jay Greco1-5/+70
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann1-6/+0
2021-07-13Change the prototype of matrix_output_unselect_delay() (#13045)Takeshi ISHII1-1/+1
2021-02-06Remove legacy print backward compatiblitly (#11805)Joel Challis1-1/+1
2021-01-13fix matrix_io_delay() timing in quantum/matrix.c (#9603)Takeshi ISHII1-0/+5
2020-07-04format code according to conventions [skip ci]QMK Bot1-4/+1
2020-07-04add DIP_SWITCH_MATRIX_GRID support (#8772)Takeshi ISHII1-0/+5
2020-02-21Allow 30us matrix delay to be keyboard/user overridable (#8216)Joel Challis1-0/+7
2020-01-15Fix CUSTOM_MATRIX lite matrix_scan return code (#7908)Joel Challis1-1/+1
2020-01-15Migrate more custom matrix 'lite' code to core (#7863)Joel Challis1-0/+48
2020-01-04Move some common matrix code to a common location (#7699)Joel Challis1-0/+59