core: Fix for disabling NKRO in Boot protocol
This commit is contained in:
parent
e8a4a63ec4
commit
ed9766a7d4
3 changed files with 7 additions and 8 deletions
|
@ -315,6 +315,7 @@ static bool command_common(uint8_t code)
|
|||
print_val_hex8(host_keyboard_leds());
|
||||
print_val_hex8(keyboard_protocol);
|
||||
print_val_hex8(keyboard_idle);
|
||||
print_val_hex8(keyboard_nkro);
|
||||
print_val_hex32(timer_count);
|
||||
|
||||
#ifdef PROTOCOL_PJRC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue