aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kmini/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Kmini refactor and Configurator support (#3388)noroadsleft2018-07-121-4/+20
| | | | | | | | | | * default keymap refactor: QMK_KEYBOARD_H include; readability * Configurator support * info.json was missing a comma * Added matrix functions to matrix.c per @drashna
* Add kmini (#3386)Maarten Dekkers2018-07-121-0/+303
* Add kmini * Change keyboard USB description