We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a2203 commit e8e47c1Copy full SHA for e8e47c1
build.py
@@ -260,11 +260,6 @@ def make_bundle_files():
260
"dependencies": [], # "adafruit_hid"
261
"external_dependencies": ["adafruit-circuitpython-hid"],
262
}
263
- # add the dependency to keyboard_layout
264
- if module_name.startswith("keyboard_layout_"):
265
- json_data[module_name]["dependencies"].append("keyboard_layout")
266
- with open(target, "a") as fp:
267
- fp.write("\r\nkeyboard_layout\r\n")
268
269
# create the json file
270
with open(BUNDLE_JSON, "w") as out_file:
0 commit comments