logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

extra.c (295B)


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