USB NKRO working for ARM!
- Setting NKRO mode as default (up to bios to disable)
This commit is contained in:
parent
4255a99fcc
commit
ab7351b482
2 changed files with 102 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue