qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

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 }