summaryrefslogtreecommitdiffstats
path: root/docs/feature_debounce_algo.md
diff options
context:
space:
mode:
authorAlex Ong <the.onga@gmail.com>2018-08-29 02:48:11 +0200
committerGitHub <noreply@github.com>2018-08-29 02:48:11 +0200
commite8e6268765b052a6f6b53d34f0d8afb200989ba7 (patch)
treee4f290f9c51e520f760b7ac9ec3eade0598dc5b5 /docs/feature_debounce_algo.md
parent4db27a2c7614c0aa5a0b46d8e1f5c5cc8216fd1c (diff)
downloadqmk_firmware-e8e6268765b052a6f6b53d34f0d8afb200989ba7.tar.gz
qmk_firmware-e8e6268765b052a6f6b53d34f0d8afb200989ba7.tar.xz
Fixed missing whitespace in debounce documentation
Table wasn't working due to missing newline.
Diffstat (limited to 'docs/feature_debounce_algo.md')
-rw-r--r--docs/feature_debounce_algo.md1
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
```
# Debounce selection
The following is for keyboards where ```SPLIT_KEYBOARD``` is not defined as ```YES```
+
| DEBOUNCE_ALGO | CUSTOM_MATRIX | Description | What to do |
| ------------- | -------------| --------------------------------------------------- | ----------------------------- |
| Not defined | Not defined | You are using the included matrix.c and debounce.c | Nothing. Debounce_sym_g used. |