]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - USB/pjrc/usb_com.c
Adding soft entry bootloader via key sequence.
[kiibohd-controller.git] / USB / pjrc / usb_com.c
index 66192adbf07fcd3fe2c9e25241faff0221a5283c..af2d9c7bb9284a8138f28cf7054c64d51705c520 100644 (file)
@@ -79,7 +79,8 @@ inline void usb_send(void)
                // Send keypresses
                usb_keyboard_send();
 
-               // Clear modifiers
+               // Clear modifiers and keys
                USBKeys_Modifiers = 0;
+               USBKeys_Sent      = 0;
 }