Rename "Firmware" to "KeyboardConfig" for clarity in main.py and to illustrate separation of KeyboardConfig/InternalState
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from kmk.boards.converter.fourtypercentclub.luddite import Firmware
|
||||
from kmk.boards.converter.fourtypercentclub.luddite import KeyboardConfig
|
||||
from kmk.keys import KC
|
||||
|
||||
keyboard = Firmware()
|
||||
keyboard = KeyboardConfig()
|
||||
|
||||
# ---------------------------------- Config --------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user