Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
kdb424 committed Sep 19, 2023
1 parent d41c83b commit e6f1f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions boards/a_dux/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from kb import KMKKeyboard

from kmk.keys import KC
from kmk.modules.holdtap import HoldTap
from kmk.modules.layers import Layers
Expand Down
2 changes: 1 addition & 1 deletion boards/sofle/sofleV2/kb.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import board

from kmk.kmk_keyboard import KMKKeyboard as _KMKKeyboard
from kmk.scanners import DiodeOrientation
# change this to match your MCU board
from kmk.quickpin.pro_micro.sparkfun_promicro_rp2040 import pinout as pins
from kmk.scanners import DiodeOrientation


class KMKKeyboard(_KMKKeyboard):
Expand Down

0 comments on commit e6f1f42

Please sign in to comment.