diff options
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r-- | tmk_core/common/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c index beba768ec..f79d5a257 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c | |||
@@ -236,6 +236,7 @@ static void print_status(void) | |||
236 | 236 | ||
237 | print_val_hex8(host_keyboard_leds()); | 237 | print_val_hex8(host_keyboard_leds()); |
238 | #ifndef PROTOCOL_VUSB | 238 | #ifndef PROTOCOL_VUSB |
239 | // these aren't set on the V-USB protocol, so we just ignore them for now | ||
239 | print_val_hex8(keyboard_protocol); | 240 | print_val_hex8(keyboard_protocol); |
240 | print_val_hex8(keyboard_idle); | 241 | print_val_hex8(keyboard_idle); |
241 | #endif | 242 | #endif |