summaryrefslogtreecommitdiff
path: root/quantum/matrix_common.c
AgeCommit message (Expand)Author
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis
2022-08-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-07fix comment space code in quantum/matrix_common.c (#17942)Takeshi ISHII
2022-07-07Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann
2022-03-10Remove `matrix_key_count()` (#16603)Ryan
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-01-23Relocate matrix_init_quantum content (#15953)Joel Challis
2021-12-28[Bug] Include missing string.h include (#15606)Drashna Jaelre
2021-12-28[Core] Fix bug and code regression for Split Common (#15603)Drashna Jaelre
2021-12-27Custom matrix lite support for split keyboards (#14674)Jay Greco
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann
2021-07-13Change the prototype of matrix_output_unselect_delay() (#13045)Takeshi ISHII
2021-02-06Remove legacy print backward compatiblitly (#11805)Joel Challis
2021-01-13fix matrix_io_delay() timing in quantum/matrix.c (#9603)Takeshi ISHII
2020-07-04format code according to conventions [skip ci]QMK Bot
2020-07-04add DIP_SWITCH_MATRIX_GRID support (#8772)Takeshi ISHII
2020-02-21Allow 30us matrix delay to be keyboard/user overridable (#8216)Joel Challis
2020-01-15Fix CUSTOM_MATRIX lite matrix_scan return code (#7908)Joel Challis
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