X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=tmk_core%2Fcommon%2Fcommand.c;fp=tmk_core%2Fcommon%2Fcommand.c;h=d59bb01bbcbd9151430fdf79444a84636a5cd9c9;hb=77afc5a76f5d299d606ab5b6d870a40aee9cb0e3;hp=420e7eb9b4f1ca812811137bf95edad3d74a66f6;hpb=79fd952da44df3414652faeb777437feeba70319;p=qmk_firmware.git diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c index 420e7eb9b..d59bb01bb 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c @@ -315,7 +315,9 @@ static bool command_common(uint8_t code) print_val_hex8(host_keyboard_leds()); print_val_hex8(keyboard_protocol); print_val_hex8(keyboard_idle); +#ifdef NKRO_ENABLE print_val_hex8(keyboard_nkro); +#endif print_val_hex32(timer_count); #ifdef PROTOCOL_PJRC