aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/feature_debounce_type.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_debounce_type.md b/docs/feature_debounce_type.md
index 83ebafe60..966e75acc 100644
--- a/docs/feature_debounce_type.md
+++ b/docs/feature_debounce_type.md
@@ -76,8 +76,8 @@ susceptible to noise, you must choose a debounce method that will also mitigate
76 * Defer algorithms are noise-resistant 76 * Defer algorithms are noise-resistant
77 * Recommended naming conventions: 77 * Recommended naming conventions:
78 * ```sym_defer_*``` 78 * ```sym_defer_*```
79 * ```asym_defer_*_*```: key-down is using eager algorithm 79 * ```asym_defer_*_*```: key-down is using defer algorithm
80 * ```asym_*_defer_*```: key-up is using eager algorithm 80 * ```asym_*_defer_*```: key-up is using defer algorithm
81 81
824) Global vs Per-Key vs Per-Row 824) Global vs Per-Key vs Per-Row
83 * Global - one timer for all keys. Any key change state affects global timer 83 * Global - one timer for all keys. Any key change state affects global timer