dbisu / pico-ducky

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

Single User Mode - Mac #35

Closed PsychoticInteger0 closed 2 years ago

PsychoticInteger0 commented 3 years ago

Script does not run in single user on mac. Maybe on single user mode recourses are limited? It works fine on os x regular just not single user mode. I think this a crucial feature.

dbisu commented 3 years ago

I don't have a mac to use for testing. Do other USB keyboards work while in single user mode on the mac?

dbisu commented 3 years ago

Sounds like this is a known issue with the CircuitPython HID instance. https://github.com/adafruit/circuitpython/issues/1136 It might be fixed in CircuitPython 7.1.0. There is a beta release you could try.

dbisu commented 2 years ago

Closing, no activity.