#include "UsbKeyboard.h" #define BUTTON_PIN 12 // If the timer isr is corrected // to not take so long change this to 0. #define BYPASS_TIMER_ISR 1 void setup() { pinMode(BUTTON_PIN, INPUT); digitalWrite(BUTTON_PIN, HIGH); #if BYPASS_TIMER_ISR // disable timer 0 overflow interrupt (used for millis) TIMSK0&=!(1<