mirror of
https://github.com/dbisu/pico-ducky.git
synced 2026-01-21 17:26:00 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dea346723 |
@@ -22,7 +22,8 @@ languages = [ "MAC_FR",
|
|||||||
|
|
||||||
supported_boards = ["raspberry_pi_pico",
|
supported_boards = ["raspberry_pi_pico",
|
||||||
"raspberry_pi_pico_w",
|
"raspberry_pi_pico_w",
|
||||||
"raspberry_pi_pico2"]
|
"raspberry_pi_pico2",
|
||||||
|
"raspberry_pi_pico2_w"]
|
||||||
|
|
||||||
files_to_bundle = ["boot.py",
|
files_to_bundle = ["boot.py",
|
||||||
"code.py",
|
"code.py",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ from adafruit_hid.keycode import Keycode
|
|||||||
|
|
||||||
# uncomment these lines for non_US keyboards
|
# uncomment these lines for non_US keyboards
|
||||||
# replace LANG with appropriate language
|
# 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
|
#from keycode_win_LANG import Keycode
|
||||||
|
|
||||||
duckyCommands = {
|
duckyCommands = {
|
||||||
|
|||||||
Reference in New Issue
Block a user