changeset 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 d3ac199593d6
children e79f2b9c39cf
files Output/pjrcUSB/output_com.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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();