Merge remote-tracking branch 'qmk/master' into merge-2023-12-16
This commit is contained in:
commit
66574eb854
6566 changed files with 124240 additions and 243032 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue