X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=common%2Fcommand.c;h=d2f8eb8320f0f07642201ac10de58cfb31208c07;hb=5d8b9cb1c63b3a489e523808639d606df803de51;hp=f6f2769513ed9eff1c1cfe88134b52276f4b061c;hpb=d52d554360d3bf06189bfd4f386fa99348d8a0a8;p=tmk_firmware.git diff --git a/common/command.c b/common/command.c index f6f2769..d2f8eb8 100644 --- a/common/command.c +++ b/common/command.c @@ -301,13 +301,13 @@ static bool command_common(uint8_t code) case KC_S: print("\n\n----- Status -----\n"); print_val_hex8(host_keyboard_leds()); + print_val_hex8(keyboard_protocol); + print_val_hex8(keyboard_idle); #ifdef PROTOCOL_PJRC print_val_hex8(UDCON); print_val_hex8(UDIEN); print_val_hex8(UDINT); print_val_hex8(usb_keyboard_leds); - print_val_hex8(usb_keyboard_protocol); - print_val_hex8(usb_keyboard_idle_config); print_val_hex8(usb_keyboard_idle_count); #endif