]> git.gir.st - tmk_keyboard.git/commit
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)
commit8bcddd24f7320344aba9c9e757be2a7d516f4faa
treeac05a9936f3f8959ea88a0479f1ce973f62c0761
parentdcac43fa510eb5087a3b80d5654ffaa98fa471d4
Fix drop key stroke

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.
tmk_core/protocol/chibios/usb_main.c
Imprint / Impressum