]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fixed missing whitespace in debounce documentation
authorAlex Ong <the.onga@gmail.com>
Wed, 29 Aug 2018 00:48:11 +0000 (10:48 +1000)
committerGitHub <noreply@github.com>
Wed, 29 Aug 2018 00:48:11 +0000 (10:48 +1000)
Table wasn't working due to missing newline.

docs/feature_debounce_algo.md

index 7dcfec4a805819062464ef9a7ac37ece748276ea..9809bd1bf2fb839c058ad4a49c25b7354b65df9e 100644 (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. |