diff options
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r-- | docs/getting_started_make_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index bb7e1e7e3..75eafd42c 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
@@ -143,9 +143,9 @@ As there is no standard split communication driver for ARM-based split keyboards | |||
143 | 143 | ||
144 | 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(). | 144 | 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(). |
145 | 145 | ||
146 | `CUSTOM_DEBOUNCE` | 146 | `DEBOUNCE_TYPE` |
147 | 147 | ||
148 | Lets you replace the default key debouncing routine with your own code. You will need to provide your own implementation of debounce(). | 148 | Lets you replace the default key debouncing routine with an alternative one. If `custom` you will need to provide your own implementation. |
149 | 149 | ||
150 | ## Customizing Makefile Options on a Per-Keymap Basis | 150 | ## Customizing Makefile Options on a Per-Keymap Basis |
151 | 151 | ||