summaryrefslogtreecommitdiffstats
path: root/keyboards/sx60/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-12/+2
|
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-12/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-8/+0
|
* Refactor use of legacy i2c implementation (#14341)Joel Challis2021-09-071-14/+7
|
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-1/+1
| | | | | | | * Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes
* Remove superfluous JTAG disable code (#6445)fauxpark2019-08-201-7/+0
| | | | | | | | | | | | | | | | | | * Remove superfluous JTAG disable code * 32A has differently named register * Accidentally some operators * 32A also has different JTAG pins * Wrap disable_jtag() in an ifndef * Document this new define * Rename the define, it conflicts with a LUFA thing Also, move the ifndef wrapping to the call in keyboard_setup()
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-7/+7
|
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-271-4/+4
|
* Adding SX60 work by amnobis and configurator settings (#3122)Jason2018-06-051-0/+307
* Add SX60 * Add config maps and layouts as well as readmes. * cleanup and fixes * correct readme * add missing closing commenty tag * Changing includes to QMK_KEYBOARD_H * Update settings.json Remove config change that was added automatically by vscode. * Update readme.md fix readme formatting