forked from mirrors/qmk_userspace
Simplified and polished a bit the code changes on tmk_core
This commit is contained in:
parent
461dfd4462
commit
9ce38cbccf
5 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue