summaryrefslogtreecommitdiff
path: root/keyboards/sx60/matrix.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-16i2c: rename read/write register functions (#22905)Ryan1-2/+2
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis1-12/+2
2022-03-10Remove `matrix_key_count()` (#16603)Ryan1-12/+0
2021-11-29[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann1-8/+0
2021-09-07Refactor use of legacy i2c implementation (#14341)Joel Challis1-14/+7
2021-02-06Remove legacy print backward compatiblitly (#11805)Joel Challis1-1/+1
2019-08-20Remove superfluous JTAG disable code (#6445)fauxpark1-7/+0
2019-06-06Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre1-7/+7
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill1-4/+4
2018-06-05Adding SX60 work by amnobis and configurator settings (#3122)Jason1-0/+307