Hi In Desktop 2 v1.0.4, did you consider the debounce as keyboard buttons were pressed or released? How long is the debounce confirming time? Thanks.
Jeffery
Hi In Desktop 2 v1.0.4, did you consider the debounce as keyboard buttons were pressed or released? How long is the debounce confirming time? Thanks.
Jeffery
Hi Håkon Thanks for your reply. Can we modify M_KEYBOARD_DEFAULT_POLLRATE to 5ms or less? What is the minimum value?
Jeffery
Hi,
There is no minimum value, this is only the polling rate for when to send key and release key. A normal tap from a person is ~200 ms. You can do a tighter timing, but I do not think it is going to have a huge effect on the response time. Having a lower polling rate will give a higher current consumption as you are firing the interrupt more frequently.
Best regards Håkon
Hi,
There is no minimum value, this is only the polling rate for when to send key and release key. A normal tap from a person is ~200 ms. You can do a tighter timing, but I do not think it is going to have a huge effect on the response time. Having a lower polling rate will give a higher current consumption as you are firing the interrupt more frequently.
Best regards Håkon