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