diff Output/pjrcUSB/output_com.h @ 236:d494b74d5242

Fixed Linux NKRO bitmap bug. - Thanks hasu for pointing it out - Keycode 50 is problematic under Linux, so removing (it's a duplicate keycode anyways)
author Jacob Alexander <haata@kiibohd.com>
date Thu, 02 Oct 2014 01:40:14 -0700
parents aaf14110ea7b
children 01b686cc94e8
line wrap: on
line diff
--- a/Output/pjrcUSB/output_com.h	Wed Oct 01 23:54:08 2014 -0700
+++ b/Output/pjrcUSB/output_com.h	Thu Oct 02 01:40:14 2014 -0700
@@ -50,8 +50,9 @@
 	USBKeyChangeState_Modifiers     = 0x01,
 	USBKeyChangeState_MainKeys      = 0x02,
 	USBKeyChangeState_SecondaryKeys = 0x04,
-	USBKeyChangeState_System        = 0x08,
-	USBKeyChangeState_Consumer      = 0x10,
+	USBKeyChangeState_TertiaryKeys  = 0x08,
+	USBKeyChangeState_System        = 0x10,
+	USBKeyChangeState_Consumer      = 0x20,
 } USBKeyChangeState;