Change default USB Polling rate to 1kHz (#15352)

fix_template_bootmagic
Drashna Jaelre 4 years ago committed by GitHub
parent fefcad3933
commit b5a5bb6d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tmk_core/protocol/usb_descriptor.c

@ -450,7 +450,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
#endif
#ifndef USB_POLLING_INTERVAL_MS
# define USB_POLLING_INTERVAL_MS 10
# define USB_POLLING_INTERVAL_MS 1
#endif
/*

Loading…
Cancel
Save