Skip to content

Commit e8e47c1

Browse files
committed
remove keyboard_layout.py from the build script
1 parent 14a2203 commit e8e47c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.py

-5
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,6 @@ def make_bundle_files():
260260
"dependencies": [], # "adafruit_hid"
261261
"external_dependencies": ["adafruit-circuitpython-hid"],
262262
}
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")
268263

269264
# create the json file
270265
with open(BUNDLE_JSON, "w") as out_file:

0 commit comments

Comments
 (0)