"""Configure native USB HID before MicroPython starts main.py.""" from hid import initialise # Keep the configured USB device and its callbacks alive for the whole session. hid = initialise()