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

Run on thumby? #88

Closed slothstronomic closed 2 years ago

slothstronomic commented 2 years ago

I want to run this on a miniature game console called the Thumby, which runs on the RP2040 microchip. Would it work?

dbisu commented 2 years ago

I think it might work if you can get circuitpython running on this board. Micropython could be an option also if non-US keyboards are not an immediate concern.

dbisu commented 2 years ago

Closing, this repo is focused on Pico and Pico W. The code base should be portable to other boards that support circuitpython.