]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/pjrcUSB/output_com.h
Fixed Linux NKRO bitmap bug.
[kiibohd-controller.git] / Output / pjrcUSB / output_com.h
index 4146cab41f55d00118632a6b940e9658ef150c98..5d7a1d4a644b80b486677f66f02dd99622f6e410 100644 (file)
@@ -50,8 +50,9 @@ typedef enum USBKeyChangeState {
        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;