Browse Source

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

xmkb
Nick Winans 2 years ago committed by Pete Johanson
parent
commit
d33b35513b
  1. 3
      app/Kconfig

3
app/Kconfig

@ -88,6 +88,9 @@ if ZMK_USB @@ -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

Loading…
Cancel
Save