CircuitPython_JoystickXL icon indicating copy to clipboard operation
CircuitPython_JoystickXL copied to clipboard

Renaming HID device

Open heqsde opened this issue 10 months ago • 1 comments

Hey, right now is possible to change the name of your HID device, instead of the old standard CircuitPython HID.

Per adafruit/circuitpython/pull/8989

Cheers.

heqsde avatar Apr 21 '24 18:04 heqsde

Yes !!! More infos "Notable changes to 9.0.0 since 8.x.x" in https://github.com/adafruit/circuitpython/releases/tag/9.0.0

With updated documentation (v9.1.x), 'Override HID interface name in the USB Interface Descriptor' : usb_hid.set_interface_name

Mick3DIY avatar May 26 '24 09:05 Mick3DIY