aboutsummaryrefslogtreecommitdiff
path: root/bin/qmk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qmk')
-rwxr-xr-xbin/qmk2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/qmk b/bin/qmk
index a2af2951c..4b5fd5bbc 100755
--- a/bin/qmk
+++ b/bin/qmk
@@ -33,6 +33,8 @@ def _check_modules(requirements):
33 # Not every module is importable by its own name. 33 # Not every module is importable by its own name.
34 if module['name'] == "pep8-naming": 34 if module['name'] == "pep8-naming":
35 module['import'] = "pep8ext_naming" 35 module['import'] = "pep8ext_naming"
36 elif module['name'] == 'pyusb':
37 module['import'] = 'usb.core'
36 38
37 if not find_spec(module['import']): 39 if not find_spec(module['import']):
38 print('Could not find module %s!' % module['name']) 40 print('Could not find module %s!' % module['name'])