FIX: send last report when idle timeouts. (pjrc)
This commit is contained in:
parent
1a7c3585ed
commit
cec2549505
9 changed files with 23 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue