Using rp2040 as a keyboard AND a mouse through micropython #17475
Replies: 1 comment
-
See also: micropython/micropython-lib#921 I also copied in this question into github copilot, and the response that I got was more or less that it is currently not supported in micropython, and it offered to help me write a combined keyboard and mouse module. Here's github copilot's summary:
So it doesn't look like it is possible to do my project in micropython at this time. :-( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on writing a micropython program for the the Pico W to make it into a websocket controlled USB-keyboard and mouse. I'm using the the micropython-lib packages
usb-device-keyboard
andusb-device-mouse
. The keyboard part now seem to be working and I wanted to add mouse support as well. But when initializing the mouse, the keyboard part stops working.Here is how to reproduce the problem.
So my question is, how can I initialize both the keyboard AND the mouse?
My version of micropython is:
Beta Was this translation helpful? Give feedback.
All reactions