From 504058bdb1728e1cb08301dfb833098baaceccec Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Wed, 12 Nov 2014 23:33:28 -0800 Subject: [PATCH] Fixing sequences (after NKRO HID descriptor re-design). --- Output/pjrcUSB/output_com.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Output/pjrcUSB/output_com.c b/Output/pjrcUSB/output_com.c index 7ac8b56..83c2327 100644 --- a/Output/pjrcUSB/output_com.c +++ b/Output/pjrcUSB/output_com.c @@ -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();