Skip to content

Commit

Permalink
Added bold in a few areas.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ong authored Aug 29, 2018
1 parent e8e6268 commit a55c838
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/feature_debounce_algo.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ else # default algorithm
TMK_COMMON_SRC += $(DEBOUNCE)/debounce_sym_g.c
endif
```

# Debounce selection
The following is for keyboards where ```SPLIT_KEYBOARD``` is not defined as ```YES```
The following is for keyboards where ```SPLIT_KEYBOARD``` is **not** defined as ```YES```

| DEBOUNCE_ALGO | CUSTOM_MATRIX | Description | What to do |
| ------------- | -------------| --------------------------------------------------- | ----------------------------- |
Expand All @@ -33,7 +34,7 @@ The following is for keyboards where ```SPLIT_KEYBOARD``` is not defined as ```Y
| manual | YES | Same as above | same as above |
| sym_g/ eager_pk | YES | You are using your own matrix.c, but included debounce | Write the raw matrix values into matrix.c's matrix |

Note:
**Note**:
If ```SPLIT_KEYBOARD = YES``` is defined, the algorithm inside split_common will be used.
A future pull request will fix this to use the debounce.c code.

Expand Down

0 comments on commit a55c838

Please sign in to comment.