]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol/chibios/usb_main.h
Add maple mini code.
[max/tmk_keyboard.git] / tmk_core / protocol / chibios / usb_main.h
index 85ea9153452c570e09c3d2a1fd8df3497232cb93..d8f30e9550e3c56cc9d090b19076fc4e8244426e 100644 (file)
@@ -36,6 +36,9 @@
 /* Initialize the USB driver and bus */
 void init_usb_driver(USBDriver *usbp);
 
+/* Send remote wakeup packet */
+void send_remote_wakeup(USBDriver *usbp);
+
 /* ---------------
  * Keyboard header
  * ---------------