feat(usb): Set default HID interval to 1ms (1000Hz)

This commit is contained in:
Nick Winans 2022-04-26 12:59:16 -05:00 committed by Pete Johanson
parent e5843b268c
commit d33b35513b
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ if ZMK_USB
config USB_NUMOF_EP_WRITE_RETRIES
default 10
config USB_HID_POLL_INTERVAL_MS
default 1
#ZMK_USB
endif