refactor(usb): Report USB status w/o HID output.

This commit is contained in:
Pete Johanson
2020-10-04 18:18:44 -04:00
parent e6d9134005
commit bbf5a5905a
5 changed files with 23 additions and 12 deletions

View File

@@ -21,12 +21,16 @@ menuconfig ZMK_USB
select USB_DEVICE_STACK
select USB_DEVICE_HID
if ZMK_USB
if USB
config ZMK_USB_INIT_PRIORITY
int "Init Priority"
default 50
endif
if ZMK_USB
config USB_NUMOF_EP_WRITE_RETRIES
default 10