-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Rename HID device #5445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would love to see this functionality as well. If you have multiple CP USB-HID devices connected simultaneously, selecting a specific one from a list (i.e. choosing a controller in a game, or a specialized input device for an editing suite) involves a mini-game of "which 'CircuitPython HID' device is which". 😃 Something along the lines of |
With CPv8 we now have supervisor.set_usb_identification() which is a step in a right direction. |
Any update on this |
There are no immediate plans to implement this. If someone feels like working on a PR, that would be great. |
I would also like to have this feature. |
Currently, unless we recompile CircuitPython, we have to use "CircuitPython HID" for things like a game controller.
I'd like to be able to rename that, if at all possible.
The text was updated successfully, but these errors were encountered: