From b83c80c88803629760eb3220724281e986485c36 Mon Sep 17 00:00:00 2001 From: "regicidal.plutophage" <36969337+regicidalplutophage@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:49:32 +0300 Subject: [PATCH] Fix a mistake scanners.md (#1074) --- docs/en/scanners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/scanners.md b/docs/en/scanners.md index 2de0902e8..c3ec25a99 100644 --- a/docs/en/scanners.md +++ b/docs/en/scanners.md @@ -13,7 +13,7 @@ The scanners in `kmk.scanners.keypad` wrap the `keypad` module that ships with CircuitPython and support the same configuration and tuning options as their upstream. -**Some users may need to tweak debounce parameters**, `interval=0.01,debounce_threshold=5` is a good starting point. `debounce_threshold` is only applicable for CircuitPython >= 9.2.0 +**Some users may need to tweak debounce parameters**, `interval=0.001,debounce_threshold=5` is a good starting point. `debounce_threshold` is only applicable for CircuitPython >= 9.2.0 You can find out more in the [CircuitPython documentation](https://docs.circuitpython.org/en/latest/shared-bindings/keypad/index.html).