aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r--tmk_core/common/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c
index 5f29bc0b4..beba768ec 100644
--- a/tmk_core/common/command.c
+++ b/tmk_core/common/command.c
@@ -235,8 +235,10 @@ static void print_status(void)
235 print("\n\t- Status -\n"); 235 print("\n\t- Status -\n");
236 236
237 print_val_hex8(host_keyboard_leds()); 237 print_val_hex8(host_keyboard_leds());
238#ifndef PROTOCOL_VUSB
238 print_val_hex8(keyboard_protocol); 239 print_val_hex8(keyboard_protocol);
239 print_val_hex8(keyboard_idle); 240 print_val_hex8(keyboard_idle);
241#endif
240#ifdef NKRO_ENABLE 242#ifdef NKRO_ENABLE
241 print_val_hex8(keymap_config.nkro); 243 print_val_hex8(keymap_config.nkro);
242#endif 244#endif