summaryrefslogtreecommitdiff
path: root/keyboards/xd84/matrix.c
AgeCommit message (Collapse)Author
2020-01-15Migrate more custom matrix 'lite' code to core (#7863)Joel Challis
* Migrate more custom matrix lite code to core * Align function names * fix up MATRIX_MASKED
2019-12-03Increase matrix scanning speed on xd84 (#7517)Joel Challis
* Increase matrix scanning speed * Fix func name in failure output
2019-08-14[Keyboard] Align xd84 and xd96 with moon (#6465)Joel Challis
* Refactor xd84 to use LINK_TIME_OPTIMIZATION_ENABLE * Refactor xd96 to use LINK_TIME_OPTIMIZATION_ENABLE * Align xd84 and xd96 with moon * Update keyboards/xd96/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/xd84/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com>
2019-02-17Inital port of xd84 (#5164)zvecr
* Inital port of xd84 * Inital port of xd84 - review comments