extra.c (295B)
1 #include <hal.h> 2 3 void restart_usb_driver(USBDriver *usbp) { 4 // Do nothing. Restarting the USB driver on the Teensy 3.6 breaks it, 5 // resulting in a keyboard which can wake up a PC from Suspend-to-RAM, but 6 // does not actually produce any keypresses until you un-plug and re-plug. 7 }