From fda4617e33433a36444003bfc618f5b2b6d895ae Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 15 Jan 2025 21:01:30 -0600 Subject: [PATCH] Fix build script to find the correct keyboard_ lines (#311) Co-authored-by: Dave --- build_scripts/create_release_bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_scripts/create_release_bundle.py b/build_scripts/create_release_bundle.py index a716905..b31e3dc 100644 --- a/build_scripts/create_release_bundle.py +++ b/build_scripts/create_release_bundle.py @@ -114,7 +114,7 @@ def main(argv): replacements = { "#from keyboard_layout_win_LANG": "from keyboard_layout_"+dest_dir.lower(), "#from keycode_win_LANG": "from keycode_"+dest_dir.lower(), - "from adafruit_hid.keyboard": "#from adafruit_hid.keyboard", + "from adafruit_hid.keyboard_": "#from adafruit_hid.keyboard_", "from adafruit_hid.keycode": "#from adafruit_hid.keycode" }