summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-03-09 16:50:27 +0100
committertmk <nobody@nowhere>2011-03-10 03:17:54 +0100
commitcec254950509038ca9c805e87feea9091d77d29f (patch)
treec4f542b18dc080e32508aced1ee0ccce5cbf3a53 /command.c
parent1a7c3585ed9a68099e371b3180a404dd5d08ce1a (diff)
downloadqmk_firmware-cec254950509038ca9c805e87feea9091d77d29f.tar.gz
qmk_firmware-cec254950509038ca9c805e87feea9091d77d29f.tar.xz
FIX: send last report when idle timeouts. (pjrc)
Diffstat (limited to 'command.c')
-rwxr-xr-x[-rw-r--r--]command.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/command.c b/command.c
index 7afed5d7b..cd51b79cb 100644..100755
--- a/command.c
+++ b/command.c
@@ -102,7 +102,10 @@ uint8_t command_proc(void)
print("UDCON: "); phex(UDCON); print("\n");
print("UDIEN: "); phex(UDIEN); print("\n");
print("UDINT: "); phex(UDINT); print("\n");
- print("host_keyboard_leds:"); phex(host_keyboard_leds()); print("\n");
+ print("usb_keyboard_leds:"); phex(usb_keyboard_leds); print("\n");
+ print("usb_keyboard_protocol: "); phex(usb_keyboard_protocol); print("\n");
+ print("usb_keyboard_idle_config:"); phex(usb_keyboard_idle_config); print("\n");
+ print("usb_keyboard_idle_count:"); phex(usb_keyboard_idle_count); print("\n");
#endif
break;
#ifdef USB_NKRO_ENABLE