]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/usbMuxUart/output_com.h
Fixing pjrc bug affecting Mac OSX CDC driver
[kiibohd-controller.git] / Output / usbMuxUart / output_com.h
index 30f7b54a05c30c88b278105033f61adeca7e4cf3..b76b525492c143497d32774d98c12d39e32718a8 100644 (file)
@@ -50,8 +50,10 @@ 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_All           = 0x3F,
 } USBKeyChangeState;