implement support for multiple scanners at once
fixup
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user