USB Macro Output sequences now working!

- Tested both with Boot and NKRO modes
This commit is contained in:
Jacob Alexander 2014-10-27 00:26:17 -07:00
parent 705050b74e
commit 2be0d1393b
2 changed files with 12 additions and 0 deletions

View file

@ -53,6 +53,7 @@ typedef enum USBKeyChangeState {
USBKeyChangeState_TertiaryKeys = 0x08,
USBKeyChangeState_System = 0x10,
USBKeyChangeState_Consumer = 0x20,
USBKeyChangeState_All = 0x3F,
} USBKeyChangeState;