summaryrefslogtreecommitdiff
path: root/keyboards/kmac/kmac.c
AgeCommit message (Collapse)Author
2020-11-18Refactor to use led config - Part 3 (#10966)Joel Challis
* Refactor to use led config * Refactor to use led config * Refactor to use led config * Refactor to use led config
2019-06-26[Keyboard] Modernize KMAC (#6131)Mathias Andersson
* [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
2017-06-17Unify KMAC code indentationMathias Andersson
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.
2017-06-08Add support for KMACMathias Andersson