|
|
@ -315,7 +315,9 @@ static bool command_common(uint8_t code)
|
|
|
|
print_val_hex8(host_keyboard_leds());
|
|
|
|
print_val_hex8(host_keyboard_leds());
|
|
|
|
print_val_hex8(keyboard_protocol);
|
|
|
|
print_val_hex8(keyboard_protocol);
|
|
|
|
print_val_hex8(keyboard_idle);
|
|
|
|
print_val_hex8(keyboard_idle);
|
|
|
|
|
|
|
|
#ifdef NKRO_ENABLE
|
|
|
|
print_val_hex8(keyboard_nkro);
|
|
|
|
print_val_hex8(keyboard_nkro);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
print_val_hex32(timer_count);
|
|
|
|
print_val_hex32(timer_count);
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef PROTOCOL_PJRC
|
|
|
|
#ifdef PROTOCOL_PJRC
|
|
|
|