USB NKRO working for ARM!

- Setting NKRO mode as default (up to bios to disable)
This commit is contained in:
Jacob Alexander 2014-09-28 17:24:52 -07:00
parent 4255a99fcc
commit ab7351b482
2 changed files with 102 additions and 13 deletions

View file

@ -106,7 +106,7 @@ volatile uint8_t USBKeys_LEDs = 0;
// Protocol setting from the host.
// 0 - Boot Mode
// 1 - NKRO Mode (Default, unless set by a BIOS or boot interface)
volatile uint8_t USBKeys_Protocol = 0;
volatile uint8_t USBKeys_Protocol = 1;
// Indicate if USB should send update
// OS only needs update if there has been a change in state