core: Fix for disabling NKRO in Boot protocol
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user