Browse Source

Fixed missing whitespace in debounce documentation

Table wasn't working due to missing newline.
pull/3720/head
Alex Ong 5 years ago
committed by GitHub
parent
commit
e8e6268765
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/feature_debounce_algo.md

+ 1
- 0
docs/feature_debounce_algo.md View File

@ -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. |


Loading…
Cancel
Save