aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd84/custom_matrix_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrate more custom matrix 'lite' code to core (#7863)Joel Challis2020-01-151-71/+0
| | | | | | | | * Migrate more custom matrix lite code to core * Align function names * fix up MATRIX_MASKED
* Move some common matrix code to a common location (#7699)Joel Challis2020-01-041-56/+0
| | | | | | | | | | * Move some common matrix code to a common location * Refactor some 'custom_matrix_helper' logic to use custom matrix lite * Fix build for kinesis/stapelberg - abuse of vpath was picking up matrix.c from core when custom matrix was enabled * Add validation for CUSTOM_MATRIX
* [Keyboard] Align xd84 and xd96 with moon (#6465)Joel Challis2019-08-141-0/+15
| | | | | | | | | | | | | | | | * 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/+112
* Inital port of xd84 * Inital port of xd84 - review comments