Closed dhalbert closed 2 months ago
keyboard.py unconditionally did import usb_hid. This was not necessary and prevented its being used on BLE-only boards. Thanks @ozzloy in discord for finding this.
import usb_hid
@ozzloy
keyboard.py unconditionally did
import usb_hid
. This was not necessary and prevented its being used on BLE-only boards. Thanks@ozzloy
in discord for finding this.