aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kmac/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Modernize KMAC (#6131)Mathias Andersson2019-06-261-225/+134
| | | | | | | | | | * [Keyboard] Modernize the KMAC implementation This brings the matrix implementation more in line with the current default matrix code. It also simplifies the implementation quite a bit. * [Keyboard] Add layout support to KMAC
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-3/+3
|
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-271-1/+1
|
* Unify KMAC code indentationMathias Andersson2017-06-171-1/+1
| | | | | | It's a little unclear what the style guidelines are for the QMK project. But I figured that I should at least keep the indentation consistent within the KMAC part.
* Add support for KMACMathias Andersson2017-06-081-0/+311