~ruther/qmk_firmware

b5a5bb6d743afc0be8d5b1d973158fa8fd2aec93 — Drashna Jaelre 3 years ago fefcad3
Change default USB Polling rate to 1kHz (#15352)

1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/protocol/usb_descriptor.c
M tmk_core/protocol/usb_descriptor.c => tmk_core/protocol/usb_descriptor.c +1 -1
@@ 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

/*