diff options
| author | Joel Challis | 2020-01-18 02:56:33 +0100 |
|---|---|---|
| committer | fauxpark | 2020-01-18 02:56:33 +0100 |
| commit | 6e710426a4cf7020b3649e5a1b43d37e607fbcc6 (patch) | |
| tree | 2b806d6efbf7edcf9d60337970d31cda1b4f9889 /docs/_summary.md | |
| parent | d11238f748554d66718b8fc13caa6e3da93fdf16 (diff) | |
Add docs for 'CUSTOM_MATRIX = lite' (#7906)
* Add some docs to cover 'CUSTOM_MATRIX = lite'
* Apply suggestions from code review
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add 'SRC += matrix.c' docs
* Update docs/custom_matrix.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Co-authored-by: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'docs/_summary.md')
| -rw-r--r-- | docs/_summary.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index f6b03867fc..de81481382 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -105,6 +105,7 @@ * [I2C Driver](i2c_driver.md) * [WS2812 Driver](ws2812_driver.md) * [GPIO Controls](internals_gpio_control.md) + * [Custom Matrix](custom_matrix.md) * [Proton C Conversion](proton_c_conversion.md) * For a Deeper Understanding |