X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=inline;f=tmk_core%2Fprotocol%2Fchibios%2Fusb_main.h;h=d8f30e9550e3c56cc9d090b19076fc4e8244426e;hb=72b16683408810856e9d33b1f521ad6a15bf0699;hp=3a7e76fc1da6dd0bac4618d2d2d88faf2ad00099;hpb=a24ddf3403670724b798d18e1d39bc3f0751aecf;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol/chibios/usb_main.h b/tmk_core/protocol/chibios/usb_main.h index 3a7e76fc..d8f30e95 100644 --- a/tmk_core/protocol/chibios/usb_main.h +++ b/tmk_core/protocol/chibios/usb_main.h @@ -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 * --------------- @@ -127,7 +130,6 @@ typedef struct { /* Putchar over the USB console */ int8_t sendchar(uint8_t c); -/* wrapper for printf lib */ /* Flush output (send everything immediately) */ void console_flush_output(void);