A mouse jiggler and keyboard emulator based on a Waveshare RP2040-One with two buttons.
- USB Storage and Serial Console disabled by default
- Hold left button and hit reset button to enable USB Storage and Serial Console
- Left button toggles mouse jiggling
- Right button writes a static string (can be used for master passphrases for example)
- Flash CircuitPython to your pico
- Copy the files via USB Storage
- Reset
GPIO13
: Left buttonGPIO11
: Static high pin for the buttons as inputGPIO9
: Right buttonGPIO16
: Built-in WS2812 RGB LED controller
(See Waveshare RP2040-One for details)
boot.py
: Enables/Disables USB Storage and Serial Console on Pico Bootcode.py
: HID Logic