refactor(usb): Report USB status w/o HID output.
This commit is contained in:
parent
e6d9134005
commit
bbf5a5905a
5 changed files with 23 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue