from ducky import DUCKY duck = DUCKY(filename) duck.run()
- Download CircuitPython for the Raspberry Pi Pico.
- Plug your Raspberrypi Pico while holding the boot button and put adafruit-circuitpython-raspberry_pi_pico-en_US-7.x.x.uf2 in pico USB Drive (RPI-RP2).
- Download adafruit circuitpython bundle and extract "adafruit_hid" module in your CIRCUITPI drive's lib directory.
- Copy all the files from this repository to CIRCUITPI drive.
You can also enable or disable CIRCUITPI drive automount and Read-Write access. Edit boot.py and change ENABLE_USB and RW_ACCESS parameters.