mirror of
https://github.com/dbisu/pico-ducky.git
synced 2025-12-06 02:41:45 +00:00
Fix build script to find the correct keyboard_ lines (#311)
Co-authored-by: Dave <dbisu>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user