aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/qmk b/bin/qmk
index a6e8ce08d..617f99282 100755
--- a/bin/qmk
+++ b/bin/qmk
@@ -35,6 +35,7 @@ def main():
35 print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr) 35 print('Warning: The bin/qmk script is being deprecated. Please install the QMK CLI: python3 -m pip install qmk', file=sys.stderr)
36 36
37 # Import the subcommands 37 # Import the subcommands
38 import milc.subcommand.config # noqa
38 import qmk.cli # noqa 39 import qmk.cli # noqa
39 40
40 # Execute 41 # Execute