diff options
Diffstat (limited to 'docs/feature_debounce_algo.md')
| -rw-r--r-- | docs/feature_debounce_algo.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_debounce_algo.md b/docs/feature_debounce_algo.md index 7dcfec4a8..9809bd1bf 100644 --- a/docs/feature_debounce_algo.md +++ b/docs/feature_debounce_algo.md | |||
| @@ -23,6 +23,7 @@ endif | |||
| 23 | ``` | 23 | ``` |
| 24 | # Debounce selection | 24 | # Debounce selection |
| 25 | The following is for keyboards where ```SPLIT_KEYBOARD``` is not defined as ```YES``` | 25 | The following is for keyboards where ```SPLIT_KEYBOARD``` is not defined as ```YES``` |
| 26 | |||
| 26 | | DEBOUNCE_ALGO | CUSTOM_MATRIX | Description | What to do | | 27 | | DEBOUNCE_ALGO | CUSTOM_MATRIX | Description | What to do | |
| 27 | | ------------- | -------------| --------------------------------------------------- | ----------------------------- | | 28 | | ------------- | -------------| --------------------------------------------------- | ----------------------------- | |
| 28 | | Not defined | Not defined | You are using the included matrix.c and debounce.c | Nothing. Debounce_sym_g used. | | 29 | | Not defined | Not defined | You are using the included matrix.c and debounce.c | Nothing. Debounce_sym_g used. | |
