Simplified and polished a bit the code changes on tmk_core

This commit is contained in:
Luiz Ribeiro 2017-01-21 17:09:17 -05:00
parent 461dfd4462
commit 9ce38cbccf
5 changed files with 8 additions and 7 deletions

View file

@ -236,6 +236,7 @@ static void print_status(void)
print_val_hex8(host_keyboard_leds());
#ifndef PROTOCOL_VUSB
// these aren't set on the V-USB protocol, so we just ignore them for now
print_val_hex8(keyboard_protocol);
print_val_hex8(keyboard_idle);
#endif