Skip to content

Commit 2dea346

Browse files
authored
Fix bug importing keyboard layouts (#302)
1 parent 8b11882 commit 2dea346

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build_scripts/create_release_bundle.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
supported_boards = ["raspberry_pi_pico",
2424
"raspberry_pi_pico_w",
25-
"raspberry_pi_pico2"]
25+
"raspberry_pi_pico2",
26+
"raspberry_pi_pico2_w"]
2627

2728
files_to_bundle = ["boot.py",
2829
"code.py",

duckyinpython.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# uncomment these lines for non_US keyboards
2222
# replace LANG with appropriate language
23-
#from keyboard_layout_win_LANG import KeyboardLayout
23+
#from keyboard_layout_win_LANG import KeyboardLayout as KeyboardLayout
2424
#from keycode_win_LANG import Keycode
2525

2626
duckyCommands = {

0 commit comments

Comments
 (0)