diff options
| author | tmk <nobody@nowhere> | 2012-06-29 16:48:36 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-06-29 16:48:36 +0900 |
| commit | a112f3614e0e3204ce35dcdfbf2723c3382c4c35 (patch) | |
| tree | 0a39562522cc87c3deed6dc369a1fce078355a55 /common/command.c | |
| parent | f2ebac101d367ee091f54b8d43b39a4d74f3b90e (diff) | |
| download | qmk_firmware-a112f3614e0e3204ce35dcdfbf2723c3382c4c35.tar.gz qmk_firmware-a112f3614e0e3204ce35dcdfbf2723c3382c4c35.zip | |
confirm SetReport LED.
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.c b/common/command.c index e325a5d84..13d37242d 100644 --- a/common/command.c +++ b/common/command.c | |||
| @@ -138,6 +138,7 @@ static uint8_t command_common(void) | |||
| 138 | } | 138 | } |
| 139 | break; | 139 | break; |
| 140 | case KB_S: | 140 | case KB_S: |
| 141 | print("host_keyboard_leds:"); phex(host_keyboard_leds()); print("\n"); | ||
| 141 | #ifdef HOST_PJRC | 142 | #ifdef HOST_PJRC |
| 142 | print("UDCON: "); phex(UDCON); print("\n"); | 143 | print("UDCON: "); phex(UDCON); print("\n"); |
| 143 | print("UDIEN: "); phex(UDIEN); print("\n"); | 144 | print("UDIEN: "); phex(UDIEN); print("\n"); |
