1
0
Fork 0

FIX: send last report when idle timeouts. (pjrc)

This commit is contained in:
tmk 2011-03-10 00:50:27 +09:00
parent 1a7c3585ed
commit cec2549505
9 changed files with 23 additions and 9 deletions

View file

@ -15,6 +15,7 @@ uint8_t usb_keyboard_protocol=1;
// the idle configuration, how often we send the report to the
// host (ms * 4) even when it hasn't changed
// Windows and Linux set 0 while OS X sets 6(24ms) by SET_IDLE request.
uint8_t usb_keyboard_idle_config=125;
// count until idle timeout