| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove matrix_init_quantum/matrix_scan_quantum (#19806) | Joel Challis | 2023-02-11 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-07 | 1 | -1/+1 |
|\ |
|
| * | fix comment space code in quantum/matrix_common.c (#17942) | Takeshi ISHII | 2022-08-07 | 1 | -1/+1 |
* | | Make debounce() signal changes in the cooked matrix as return value (#17554) | Stefan Kerkmann | 2022-07-07 | 1 | -3/+2 |
|/ |
|
* | Remove `matrix_key_count()` (#16603) | Ryan | 2022-03-10 | 1 | -11/+0 |
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -11/+33 |
* | Relocate matrix_init_quantum content (#15953) | Joel Challis | 2022-01-23 | 1 | -6/+0 |
* | [Bug] Include missing string.h include (#15606) | Drashna Jaelre | 2021-12-28 | 1 | -0/+1 |
* | [Core] Fix bug and code regression for Split Common (#15603) | Drashna Jaelre | 2021-12-28 | 1 | -12/+10 |
* | Custom matrix lite support for split keyboards (#14674) | Jay Greco | 2021-12-27 | 1 | -5/+70 |
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) | Stefan Kerkmann | 2021-11-29 | 1 | -6/+0 |
* | Change the prototype of matrix_output_unselect_delay() (#13045) | Takeshi ISHII | 2021-07-13 | 1 | -1/+1 |
* | Remove legacy print backward compatiblitly (#11805) | Joel Challis | 2021-02-06 | 1 | -1/+1 |
* | fix matrix_io_delay() timing in quantum/matrix.c (#9603) | Takeshi ISHII | 2021-01-13 | 1 | -0/+5 |
* | format code according to conventions [skip ci] | QMK Bot | 2020-07-04 | 1 | -4/+1 |
* | add DIP_SWITCH_MATRIX_GRID support (#8772) | Takeshi ISHII | 2020-07-04 | 1 | -0/+5 |
* | Allow 30us matrix delay to be keyboard/user overridable (#8216) | Joel Challis | 2020-02-21 | 1 | -0/+7 |
* | Fix CUSTOM_MATRIX lite matrix_scan return code (#7908) | Joel Challis | 2020-01-15 | 1 | -1/+1 |
* | Migrate more custom matrix 'lite' code to core (#7863) | Joel Challis | 2020-01-15 | 1 | -0/+48 |
* | Move some common matrix code to a common location (#7699) | Joel Challis | 2020-01-04 | 1 | -0/+59 |