summaryrefslogtreecommitdiff
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 a2af2951c9..4b5fd5bbce 100755
--- a/bin/qmk
+++ b/bin/qmk
@@ -33,6 +33,8 @@ def _check_modules(requirements):
# Not every module is importable by its own name.
if module['name'] == "pep8-naming":
module['import'] = "pep8ext_naming"
+ elif module['name'] == 'pyusb':
+ module['import'] = 'usb.core'
if not find_spec(module['import']):
print('Could not find module %s!' % module['name'])