summaryrefslogtreecommitdiffstats
path: root/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c')
-rw-r--r--platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c b/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c
new file mode 100644
index 0000000000..4940d6d99b
--- /dev/null
+++ b/platforms/chibios/boards/PJRC_TEENSY_3_5/board/extra.c
@@ -0,0 +1,7 @@
+#include <hal.h>
+
+void restart_usb_driver(USBDriver *usbp) {
+ // Do nothing. Restarting the USB driver on the Teensy 3.6 breaks it,
+ // resulting in a keyboard which can wake up a PC from Suspend-to-RAM, but
+ // does not actually produce any keypresses until you un-plug and re-plug.
+}