Skip to content

Commit

Permalink
Change default USB Polling rate to 1kHz (qmk#15352)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and Timost committed Jan 23, 2022
1 parent 3ba4129 commit bb83ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/usb_descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit bb83ba1

Please sign in to comment.