mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Lower bulk endpoint polling rate in the descriptors to the lowest possible value to give maximum throughput.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
/** Macro to convert an ISP frequency to a number of timer clock cycles for the software SPI driver. */
|
||||
#define TIMER_COMP(freq) (((F_CPU / 8) / 2 / freq) - 1)
|
||||
|
||||
/** ISP rescue clock speed, for clocking targets with incorrectly set fuses. */
|
||||
/** ISP rescue clock speed in Hz, for clocking targets with incorrectly set fuses. */
|
||||
#define ISP_RESCUE_CLOCK_SPEED 4000000
|
||||
|
||||
/* External Variables: */
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Serial carrier TPI/PDI speed when hardware TPI/PDI mode is used. */
|
||||
/** Serial carrier TPI/PDI speed in Hz, when hardware TPI/PDI mode is used. */
|
||||
#define XPROG_HARDWARE_SPEED 250000
|
||||
|
||||
/** Total number of bits in a single USART frame. */
|
||||
|
||||
Reference in New Issue
Block a user