~ruther/qmk_firmware

e8e6268765b052a6f6b53d34f0d8afb200989ba7 — Alex Ong 7 years ago 4db27a2
Fixed missing whitespace in debounce documentation

Table wasn't working due to missing newline.
1 files changed, 1 insertions(+), 0 deletions(-)

M docs/feature_debounce_algo.md
M docs/feature_debounce_algo.md => docs/feature_debounce_algo.md +1 -0
@@ 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. |