index
:
orbekk_dactyl_example
master
Unnamed repository; edit this file 'description' to name the repository.
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
matrix_common.c
Age
Commit message (
Expand
)
Author
2022-08-07
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-08-07
fix comment space code in quantum/matrix_common.c (#17942)
Takeshi ISHII
2022-07-07
Make debounce() signal changes in the cooked matrix as return value (#17554)
Stefan Kerkmann
2022-03-10
Remove `matrix_key_count()` (#16603)
Ryan
2022-02-12
Format code according to conventions (#16322)
QMK Bot
2022-01-23
Relocate 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-27
Custom 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-13
Change the prototype of matrix_output_unselect_delay() (#13045)
Takeshi ISHII
2021-02-06
Remove legacy print backward compatiblitly (#11805)
Joel Challis
2021-01-13
fix matrix_io_delay() timing in quantum/matrix.c (#9603)
Takeshi ISHII
2020-07-04
format code according to conventions [skip ci]
QMK Bot
2020-07-04
add DIP_SWITCH_MATRIX_GRID support (#8772)
Takeshi ISHII
2020-02-21
Allow 30us matrix delay to be keyboard/user overridable (#8216)
Joel Challis
2020-01-15
Fix CUSTOM_MATRIX lite matrix_scan return code (#7908)
Joel Challis
2020-01-15
Migrate more custom matrix 'lite' code to core (#7863)
Joel Challis
2020-01-04
Move some common matrix code to a common location (#7699)
Joel Challis