tmk_keyboard
tmk_keyboard copied to clipboard
10ms polling interval has problem on some game
Seems like the game requires keyboard with 1ms interval to achieve some manoeuvre. https://geekhack.org/index.php?topic=41989.msg2520390#msg2520390
In current TMK default keyboard uses 10ms for wider compatibility while NKRO keyboard endpoint has 1ms interval. For example my old Thinkpad T23 BIOS has problem with 1ms interval. #114 But those old devices are retired and getting fewer now.
1ms polling by default may be safe option now?
I haven't experienced any platforms where 1ms polling has been a problem.