Skip to content

Commit

Permalink
Fix a mistake scanners.md (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Jan 31, 2025
1 parent 44418f3 commit b83c80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/scanners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b83c80c

Please sign in to comment.