]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Fixing sequences (after NKRO HID descriptor re-design).
authorJacob Alexander <haata@kiibohd.com>
Thu, 13 Nov 2014 07:33:28 +0000 (23:33 -0800)
committerJacob Alexander <haata@kiibohd.com>
Thu, 13 Nov 2014 07:33:28 +0000 (23:33 -0800)
Output/pjrcUSB/output_com.c

index 7ac8b564c9f4f222b4d4db39ad4cd27f7dd64bd0..83c232722964794a198a06e38d618c93eabf68ef 100644 (file)
@@ -419,7 +419,7 @@ void Output_usbCodeSend_capability( uint8_t state, uint8_t stateType, uint8_t *a
                // It is used to send "nothing" in order to break up sequences of USB Codes
                else if ( key == 0x00 )
                {
-                       USBKeys_Changed |= USBKeyChangeState_All;
+                       USBKeys_Changed |= USBKeyChangeState_MainKeys;
 
                        // Also flush out buffers just in case
                        Output_flushBuffers();