diff Output/pjrcUSB/output_com.c @ 252:627bacaeb1ea

Fixing sequences (after NKRO HID descriptor re-design).
author Jacob Alexander <haata@kiibohd.com>
date Wed, 12 Nov 2014 23:33:28 -0800
parents ca9a6839e1ce
children 9afed592bcb5
line wrap: on
line diff
--- a/Output/pjrcUSB/output_com.c	Wed Nov 12 23:04:50 2014 -0800
+++ b/Output/pjrcUSB/output_com.c	Wed Nov 12 23:33:28 2014 -0800
@@ -419,7 +419,7 @@
 		// 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();