We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88aec02 commit ce8421aCopy full SHA for ce8421a
1 file changed
build.py
@@ -152,8 +152,8 @@ def make_bundle_files():
152
"version": VERSION_NUMBER,
153
"repo": THIS_REPOSITORY,
154
"path": "lib/" + module,
155
- "dependencies": ["adafruit_hid"],
156
- "external_dependencies": [],
+ "dependencies": [], # "adafruit_hid"
+ "external_dependencies": ["adafruit-circuitpython-hid"],
157
}
158
159
# create the json file
0 commit comments