dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

How disable usb_Hid after Payload ? #260

Closed ciccior2004 closed 2 months ago

ciccior2004 commented 6 months ago

I m using RP2040-Zero Mini to login in ChromeOS and start Android APK. The tablet-mode (Full-Screen mode) is disabled from ChromeOS if there is any HID active. So I'm searching how disable the HID library after the Payload is executed. Any idea ?

dbisu commented 6 months ago

You could potentially change the code so that after the payload runs, you call: usb_hid.disable() Not sure if that works outside of boot.py.

dbisu commented 2 months ago

Closing, no activity.