diff options
| author | Joel Challis <git@zvecr.com> | 2020-01-18 01:56:33 +0000 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2020-01-18 12:56:33 +1100 |
| commit | 6e710426a4cf7020b3649e5a1b43d37e607fbcc6 (patch) | |
| tree | 2b806d6efbf7edcf9d60337970d31cda1b4f9889 /docs/getting_started_make_guide.md | |
| parent | d11238f748554d66718b8fc13caa6e3da93fdf16 (diff) | |
| download | qmk_firmware-6e710426a4cf7020b3649e5a1b43d37e607fbcc6.tar.gz qmk_firmware-6e710426a4cf7020b3649e5a1b43d37e607fbcc6.zip | |
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/getting_started_make_guide.md')
| -rw-r--r-- | docs/getting_started_make_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index bf8d472d0..df82a001f 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
| @@ -135,7 +135,7 @@ As there is no standard split communication driver for ARM-based split keyboards | |||
| 135 | 135 | ||
| 136 | `CUSTOM_MATRIX` | 136 | `CUSTOM_MATRIX` |
| 137 | 137 | ||
| 138 | Lets you replace the default matrix scanning routine with your own code. You will need to provide your own implementations of matrix_init() and matrix_scan(). | 138 | Lets you replace the default matrix scanning routine with your own code. For further details, see the [Custom Matrix page](custom_matrix.md). |
| 139 | 139 | ||
| 140 | `DEBOUNCE_TYPE` | 140 | `DEBOUNCE_TYPE` |
| 141 | 141 | ||
