Address #52 almost entirely - target upstream builds of CircuitPython and simply copy (rsync) KMK source, a basic main.py, and the user's keymap to the CIRCUITPY drive
This commit is contained in:
@@ -19,8 +19,8 @@ class Firmware:
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(log_level)
|
||||
|
||||
import kmk_keyboard_user
|
||||
self.encoders = getattr(kmk_keyboard_user, 'encoders', [])
|
||||
import kmk_keyboard
|
||||
self.encoders = getattr(kmk_keyboard, 'encoders', [])
|
||||
|
||||
self.hydrated = False
|
||||
|
||||
|
Reference in New Issue
Block a user