feat(usb): Set default HID interval to 1ms (1000Hz)
This commit is contained in:
parent
e5843b268c
commit
d33b35513b
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ if ZMK_USB
|
||||||
config USB_NUMOF_EP_WRITE_RETRIES
|
config USB_NUMOF_EP_WRITE_RETRIES
|
||||||
default 10
|
default 10
|
||||||
|
|
||||||
|
config USB_HID_POLL_INTERVAL_MS
|
||||||
|
default 1
|
||||||
|
|
||||||
#ZMK_USB
|
#ZMK_USB
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue