Skip to content

Commit

Permalink
remove keyboard_layout.py from the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Neradoc committed Feb 8, 2022
1 parent 14a2203 commit e8e47c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,6 @@ def make_bundle_files():
"dependencies": [], # "adafruit_hid"
"external_dependencies": ["adafruit-circuitpython-hid"],
}
# add the dependency to keyboard_layout
if module_name.startswith("keyboard_layout_"):
json_data[module_name]["dependencies"].append("keyboard_layout")
with open(target, "a") as fp:
fp.write("\r\nkeyboard_layout\r\n")

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

0 comments on commit e8e47c1

Please sign in to comment.