Merge remote-tracking branch 'qmk/master' into merge-2023-12-16
This commit is contained in:
@ -226,21 +226,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
|
||||
|
Reference in New Issue
Block a user