jfedor2/hid-remapper

Usage on a Pico without USB input at all => reuse the D+ and D- as GPIO?

dglaude opened this issue · 0 comments

Hello, I am a big fan of hid-remapper and I already use it for many things on the Feather hardware.

Thanks to the your great YouTube channel ( https://www.youtube.com/@HID_Remapper ) have been thinking about using this project for GPIO to HID conversion of my Game Cabinet joysticks and buttons. (for each player I have 4 directions and 3 buttons plus two buttons to select 1 or 2 players, that is a total of 16 GPIO).

In my particular kind of use case, you don't need the GPIO normally used for D+ and D-, so maybe there could be a feature to disable the USB input. I am on the safe side because I have enough GPIO for all of my (16) buttons.

Maybe hid-remapper is not the best (or only) software for my use case, but I already know the interface, the expression language and it is easily configurable... and some new feature are gamepad minded. I might even in the project full capacity to plug a keyboard or something else behind.