V-USB: Fix GET_IDLE/SET_IDLE
(#22332)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
c5716f84ad
commit
db4e3bb232
2 changed files with 12 additions and 21 deletions
|
@ -222,21 +222,16 @@ static void print_status(void) {
|
|||
"\n\t- Status -\n"
|
||||
|
||||
"host_keyboard_leds(): %02X\n"
|
||||
#ifndef PROTOCOL_VUSB
|
||||
"keyboard_protocol: %02X\n"
|
||||
"keyboard_idle: %02X\n"
|
||||
#endif
|
||||
#ifdef NKRO_ENABLE
|
||||
"keymap_config.nkro: %02X\n"
|
||||
#endif
|
||||
"timer_read32(): %08lX\n"
|
||||
|
||||
, host_keyboard_leds()
|
||||
#ifndef PROTOCOL_VUSB
|
||||
/* these aren't set on the V-USB protocol, so we just ignore them for now */
|
||||
, keyboard_protocol
|
||||
, keyboard_idle
|
||||
#endif
|
||||
#ifdef NKRO_ENABLE
|
||||
, keymap_config.nkro
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue