dbisu/pico-ducky

How disable usb_Hid after Payload ?

Closed this issue · 2 comments

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 ?

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

Closing, no activity.