Adding Pimoroni Keybow and Keybow 2040
This commit is contained in:
@@ -3,6 +3,9 @@ class Scanner:
|
||||
Base class for scanners.
|
||||
'''
|
||||
|
||||
def __init__(self):
|
||||
self.coord_mapping = None
|
||||
|
||||
def scan_for_changes(self):
|
||||
'''
|
||||
Scan for key events and return a key report if an event exists.
|
||||
|
Reference in New Issue
Block a user