implement support for multiple scanners at once

fixup
This commit is contained in:
xs5871
2022-04-16 20:04:42 +00:00
committed by Kyle Brown
parent c7490087b6
commit 7ff77b97bb
5 changed files with 31 additions and 17 deletions

View File

@@ -12,9 +12,6 @@ class KeypadScanner(Scanner):
'''
def __init__(self):
# for split keyboards, the offset value will be assigned in Split module
self.offset = 0
self.coord_mapping = tuple(range(self.key_count))
self.curr_event = keypad.Event()
@property