aboutsummaryrefslogtreecommitdiff
path: root/common/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/command.c')
-rw-r--r--common/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/command.c b/common/command.c
index f6f276951..d2f8eb832 100644
--- a/common/command.c
+++ b/common/command.c
@@ -301,13 +301,13 @@ static bool command_common(uint8_t code)
301 case KC_S: 301 case KC_S:
302 print("\n\n----- Status -----\n"); 302 print("\n\n----- Status -----\n");
303 print_val_hex8(host_keyboard_leds()); 303 print_val_hex8(host_keyboard_leds());
304 print_val_hex8(keyboard_protocol);
305 print_val_hex8(keyboard_idle);
304#ifdef PROTOCOL_PJRC 306#ifdef PROTOCOL_PJRC
305 print_val_hex8(UDCON); 307 print_val_hex8(UDCON);
306 print_val_hex8(UDIEN); 308 print_val_hex8(UDIEN);
307 print_val_hex8(UDINT); 309 print_val_hex8(UDINT);
308 print_val_hex8(usb_keyboard_leds); 310 print_val_hex8(usb_keyboard_leds);
309 print_val_hex8(usb_keyboard_protocol);
310 print_val_hex8(usb_keyboard_idle_config);
311 print_val_hex8(usb_keyboard_idle_count); 311 print_val_hex8(usb_keyboard_idle_count);
312#endif 312#endif
313 313