Make CPs keypad.KeyMatrix scanner the default.

This commit is contained in:
xs5871
2022-04-09 19:34:06 +00:00
committed by Kyle Brown
parent c880c02ad5
commit 8ac497d99b
3 changed files with 16 additions and 23 deletions

View File

@@ -22,8 +22,7 @@ class Scanner:
Base class for scanners.
'''
def __init__(self):
self.coord_mapping = None
coord_mapping = None
def scan_for_changes(self):
'''