aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd84/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrate more custom matrix 'lite' code to core (#7863)Joel Challis2020-01-151-2/+2
| | | | | | | | * Migrate more custom matrix lite code to core * Align function names * fix up MATRIX_MASKED
* Increase matrix scanning speed on xd84 (#7517)Joel Challis2019-12-031-38/+42
| | | | | | * Increase matrix scanning speed * Fix func name in failure output
* [Keyboard] Align xd84 and xd96 with moon (#6465)Joel Challis2019-08-141-1/+1
| | | | | | | | | | | | | | | | * 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>
* Inital port of xd84 (#5164)zvecr2019-02-171-0/+94
* Inital port of xd84 * Inital port of xd84 - review comments