No0ne / ps2x2pico

USB keyboard/mouse to PS/2 interface converter using a Raspberry Pi Pico
MIT License
196 stars 35 forks source link

Possible to support USB gamepad to KBD? ...and Pico W variant for built-in bluetooth? #23

Open sofakng opened 4 months ago

sofakng commented 4 months ago

I'm wondering if it's possible to add USB gamepad support to this project?

If I understand correctly USB gamepads are HID devices so it should be possible to support them by outputting keyboard presses for each button press?

Also, would it be possible to use the Pico W variant for built-in bluetooth?

I might try adding support for both but I don't have much experience with embedded systems (ie. I'm a C# .NET developer)

No0ne commented 4 months ago

I think bluetooth would be possible, but I'd rather suggest a new project for this. With wired controllers I try to create a mapping config generator, similar to this: https://github.com/No0ne/hid2cdc/issues/4#issuecomment-1925922741