소스 검색

Fixed missing whitespace in debounce documentation

Table wasn't working due to missing newline.
Alex Ong 6 년 전
부모
커밋
e8e6268765
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docs/feature_debounce_algo.md

+ 1 - 0
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. |