Fix isort on incorrect files

This commit is contained in:
Kyle Brown
2022-01-28 16:12:48 -08:00
committed by Josh Klar
parent 0bebdd6d27
commit 328a29c439
33 changed files with 32 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
# 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

View File

@@ -4,6 +4,7 @@
# Requires CircuitPython 7.0.0 to support the RP2040 MCU
from kb import KMKKeyboard
from kmk.extensions.RGB import RGB, AnimationModes
from kmk.keys import KC
from kmk.modules.layers import Layers

View File

@@ -4,6 +4,7 @@
# Requires CircuitPython 7.0.0 to support the RP2040 MCU
from kb import KMKKeyboard
from kmk.extensions.RGB import RGB, AnimationModes
from kmk.keys import KC
from kmk.modules.layers import Layers

View File

@@ -3,6 +3,7 @@
# Requires CircuitPython 7.0.0 to support the RP2040 MCU
from kb import KMKKeyboard
from kmk.extensions.RGB import RGB, AnimationModes
from kmk.keys import KC
from kmk.modules.layers import Layers

View File

@@ -4,6 +4,7 @@
# Requires CircuitPython 7.0.0 to support the RP2040 MCU
from kb import KMKKeyboard
from kmk.extensions.RGB import RGB, AnimationModes
from kmk.keys import KC
from kmk.modules.layers import Layers

View File

@@ -4,6 +4,7 @@
# Requires CircuitPython 7.0.0 to support the RP2040 MCU
from kb import KMKKeyboard
from kmk.extensions.RGB import RGB, AnimationModes
from kmk.keys import KC
from kmk.modules.layers import Layers

View File

@@ -4,6 +4,7 @@
# Requires CircuitPython 7.0.0 to support the RP2040 MCU
from kb import KMKKeyboard
from kmk.extensions.RGB import RGB, AnimationModes
from kmk.keys import KC
from kmk.modules.layers import Layers