forked from mirrors/qmk_userspace
confirm SetReport LED.
This commit is contained in:
parent
f2ebac101d
commit
a112f3614e
6 changed files with 91 additions and 61 deletions
|
@ -138,6 +138,7 @@ static uint8_t command_common(void)
|
|||
}
|
||||
break;
|
||||
case KB_S:
|
||||
print("host_keyboard_leds:"); phex(host_keyboard_leds()); print("\n");
|
||||
#ifdef HOST_PJRC
|
||||
print("UDCON: "); phex(UDCON); print("\n");
|
||||
print("UDIEN: "); phex(UDIEN); print("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue