]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/command.c
core: Fix for disabling NKRO in Boot protocol
[qmk_firmware.git] / tmk_core / common / command.c
index a53cac61486253b48d8fe188fa6a476a076726e7..420e7eb9b4f1ca812811137bf95edad3d74a66f6 100644 (file)
@@ -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