]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/command.c
Got ps2avrGB to work with the V-USB protocol
[qmk_firmware.git] / tmk_core / common / command.c
index 5f29bc0b4e84ec6ad0407cb63f3ba4b818749550..beba768eca40a9027a5055105fea4142da8aeaca 100644 (file)
@@ -235,8 +235,10 @@ static void print_status(void)
     print("\n\t- Status -\n");
 
     print_val_hex8(host_keyboard_leds());
+#ifndef PROTOCOL_VUSB
     print_val_hex8(keyboard_protocol);
     print_val_hex8(keyboard_idle);
+#endif
 #ifdef NKRO_ENABLE
     print_val_hex8(keymap_config.nkro);
 #endif