Update scanners.md

fix `KeysScanner` example
This commit is contained in:
xs5871 2022-04-24 20:58:37 +00:00 committed by Kyle Brown
parent 62ff7c838d
commit bd87b278b8

View File

@ -62,7 +62,7 @@ _KEY_CFG = [
class MyKeyboard(KMKKeyboard):
def __init__(self):
# create and register the scanner
self.matrix = MatrixScanner(
self.matrix = KeysScanner(
# require argument:
pins=_KEY_CFG,
# optional arguments with defaults: