Steps to Set Up Your Pi Pico as a Rubber Ducky: Install CircuitPython on your Raspberry Pi Pico:
Download CircuitPython for Pi Pico: https://circuitpython.org/board/raspberry_pi_pico/ Flash the .uf2 file to your Pico by dragging and dropping it into RPI-RP2 (bootloader mode). Install Required Libraries:
Download the latest adafruit_hid library from Adafruit's CircuitPython Bundle. Copy the adafruit_hid folder into the lib directory on your Pi Pico.