We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b11882 commit 2dea346Copy full SHA for 2dea346
build_scripts/create_release_bundle.py
@@ -22,7 +22,8 @@
22
23
supported_boards = ["raspberry_pi_pico",
24
"raspberry_pi_pico_w",
25
- "raspberry_pi_pico2"]
+ "raspberry_pi_pico2",
26
+ "raspberry_pi_pico2_w"]
27
28
files_to_bundle = ["boot.py",
29
"code.py",
duckyinpython.py
@@ -20,7 +20,7 @@
20
21
# uncomment these lines for non_US keyboards
# replace LANG with appropriate language
-#from keyboard_layout_win_LANG import KeyboardLayout
+#from keyboard_layout_win_LANG import KeyboardLayout as KeyboardLayout
#from keycode_win_LANG import Keycode
duckyCommands = {
0 commit comments