+ """
+ Specify which USB HID devices that will be available. Can be called in boot.py, before USB is connected.
+ :param devices:
+ :param boot_device:
+ :return:
+ """
+ global _boot_device, _active_devices
+ _boot_device = boot_device
+
+ """ Enable usb_hid
+ shim for https://docs.circuitpython.org/en/latest/shared-bindings/usb_hid/index.html#usb_hid.enable
+
+ """