]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - USB/pjrc/usb_com.c
Finishing up the Epson QX-10 module
[kiibohd-controller.git] / USB / pjrc / usb_com.c
index af2d9c7bb9284a8138f28cf7054c64d51705c520..730ba2107553e7af35c43426dab75975bd68dd3d 100644 (file)
@@ -27,6 +27,7 @@
 // AVR Includes
 
 // Project Includes
+#include <scan_loop.h>
 #include "usb_keyboard_debug.h"
 
 // Local Includes
@@ -82,5 +83,8 @@ inline void usb_send(void)
                // Clear modifiers and keys
                USBKeys_Modifiers = 0;
                USBKeys_Sent      = 0;
+
+               // Signal Scan Module we are finishedA
+               scan_finishedWithUSBBuffer();
 }