#include "Keyboard.h" #include "HID.h" #if F_CPU == 16000000 #error should be running at 8MHz #endif void setup() { pinMode(A0, INPUT_PULLUP); Keyboard.begin(); Serial.begin(9600); Serial.setTimeout(50); } void goto_bootloader() { cli(); UDCON |= (1<