X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fcommand.c;h=2c65f0da78ca7117a442ad86a215858500255c4d;hb=3eeb0a96232af825962fa1e9b05b80ac1cfd1868;hp=872880eae2ee03ae1dc56a64509c2566b8c988de;hpb=e5bafff725f7b9cbfc364e64c74ea7f68bfc9900;p=tmk_firmware.git diff --git a/common/command.c b/common/command.c index 872880e..2c65f0d 100644 --- a/common/command.c +++ b/common/command.c @@ -302,13 +302,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