Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CUSTOM_MATRIX lite matrix_scan return code (#7908) | Joel Challis | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Migrate more custom matrix 'lite' code to core (#7863) | Joel Challis | 2020-01-15 | 1 | -0/+48 |
| | | | | | | | | * 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 Challis | 2020-01-04 | 1 | -0/+59 |
* 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 |