Skip to content

Commit

Permalink
Fix bug importing keyboard layouts (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbisu authored Dec 29, 2024
1 parent 8b11882 commit 2dea346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build_scripts/create_release_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

supported_boards = ["raspberry_pi_pico",
"raspberry_pi_pico_w",
"raspberry_pi_pico2"]
"raspberry_pi_pico2",
"raspberry_pi_pico2_w"]

files_to_bundle = ["boot.py",
"code.py",
Expand Down
2 changes: 1 addition & 1 deletion duckyinpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# 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 = {
Expand Down

0 comments on commit 2dea346

Please sign in to comment.