updated to fix linter

This commit is contained in:
Pierre Constantineau
2021-10-22 14:42:44 -06:00
parent b560cb2f74
commit ddac2166e6
2 changed files with 13 additions and 6 deletions

View File

@@ -3,12 +3,10 @@
# Board can use different controllers.
# Edit last 2 lines if you have a nRF52840 and want BLE
from kb import KMKKeyboard
from kmk.hid import HIDModes
from kmk.keys import KC
from kmk.modules.layers import Layers
from kmk.hid import HIDModes
keyboard = KMKKeyboard()
keyboard.modules.append(Layers())