Fix isort ordering
This commit is contained in:
parent
6baaf5e5d4
commit
5da4555669
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,8 +1,8 @@
|
||||
import board
|
||||
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.matrix import intify_coordinate as ic
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,7 +1,7 @@
|
||||
import board
|
||||
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KeyboardConfig(_KeyboardConfig):
|
||||
|
@ -1,8 +1,8 @@
|
||||
import board
|
||||
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.matrix import intify_coordinate as ic
|
||||
from kmk.keyboard_config import KeyboardConfig as _KeyboardConfig
|
||||
|
||||
# Implements what used to be handled by KeyboardConfig.swap_indicies for this
|
||||
# board, by flipping various row3 (bottom physical row) keys so their
|
||||
|
@ -2,9 +2,9 @@ import board
|
||||
|
||||
from kmk.consts import UnicodeMode
|
||||
from kmk.handlers.sequences import compile_unicode_string_sequences, send_string
|
||||
from kmk.keyboard_config import KeyboardConfig
|
||||
from kmk.keys import KC
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig
|
||||
from kmk.types import AttrDict
|
||||
|
||||
keyboard = KeyboardConfig()
|
||||
|
@ -2,9 +2,9 @@ import board
|
||||
|
||||
from kmk.consts import UnicodeMode
|
||||
from kmk.handlers.sequences import compile_unicode_string_sequences, send_string
|
||||
from kmk.keyboard_config import KeyboardConfig
|
||||
from kmk.keys import KC
|
||||
from kmk.matrix import DiodeOrientation
|
||||
from kmk.keyboard_config import KeyboardConfig
|
||||
from kmk.types import AttrDict
|
||||
|
||||
keyboard = KeyboardConfig()
|
||||
|
Loading…
Reference in New Issue
Block a user