tmk / tmk_keyboard

Keyboard firmwares for Atmel AVR and Cortex-M
3.98k stars 1.7k forks source link

10ms polling interval has problem on some game #499

Open tmk opened 6 years ago

tmk commented 6 years ago

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?

alex-ong commented 6 years ago

I haven't experienced any platforms where 1ms polling has been a problem.