/* Don't bother reporting each separate button press when it is pressed many
* times in short succession. (We also use this to de-bounce. :) */
-extern u32_t minimum_microseconds_between_button_presses;
+extern u32_t minimum_seconds_between_button_presses;
/* Send each report multiple times. */
extern uint resend_count;