An open API service indexing awesome lists of open source software.

https://github.com/jeeyo/mouse_jiggler

Mouse Jiggler using USB HID on Raspberry Pi Pico
https://github.com/jeeyo/mouse_jiggler

raspberry-pi-pico rp2040 usb usb-hid

Last synced: about 16 hours ago
JSON representation

Mouse Jiggler using USB HID on Raspberry Pi Pico

Awesome Lists containing this project

README

          

# Mouse Jiggler

## A simple mouse jiggler running on Raspberry Pi Pico (RP2040)

This firmware simulates random mouse movements every 5 seconds to prevent the computer from going idle.

Modified from hid_composite example from TinyUSB (https://github.com/hathach/tinyusb/tree/master/examples/device/hid_composite)