Fix hyperlink

This commit is contained in:
Gleb Sabirzyanov 2022-07-27 14:08:01 +10:00 committed by Kyle Brown
parent a1d8a990f1
commit 6c71538aa9

View File

@ -11,8 +11,8 @@ need to swap it out with an alternative scanner.
## Keypad Scanners ## Keypad Scanners
The scanners in `kmk.scanners.keypad` wrap the `keypad` module that ships with The scanners in `kmk.scanners.keypad` wrap the `keypad` module that ships with
CircuitPython and support the some configuration and tuning options as their CircuitPython and support the some configuration and tuning options as their
upstream. You can find out more in the (CircuitPython upstream. You can find out more in the [CircuitPython
documentation)[https://docs.circuitpython.org/en/latest/shared-bindings/keypad/index.html]. documentation](https://docs.circuitpython.org/en/latest/shared-bindings/keypad/index.html).
### keypad MatrixScanner ### keypad MatrixScanner
This is the default scanner used by KMK. This is the default scanner used by KMK.