]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Fix drop key stroke
authorJun Wako <wakojun@gmail.com>
Sat, 17 Oct 2015 06:28:21 +0000 (15:28 +0900)
committerJun Wako <wakojun@gmail.com>
Sat, 17 Oct 2015 06:28:21 +0000 (15:28 +0900)
Keyboard report should be checked if its transfer finishs successfully.
Otherwise key stroke can be missing when other key event occurs
before the last report transfer is done.

Boot protocol 10ms interval probably causes this problem in case
it receives key events in a row within the period. NKRO protocol
suffers less or nothing due to its interval 1ms.


No differences found