sipeed / sipeed_keyboard

sipeed opensource mechanical keyboard make with BL706
Apache License 2.0
66 stars 29 forks source link

feat: add eager_defer_pk algorithm for keyscan debouncing #24

Closed metro94 closed 3 years ago

metro94 commented 3 years ago

The eager_defer_pk means that debouncing per key, and eager for key-down, defer for key-up. This algorithm can be used for faster typing, which has the fastest response time, however more resource are required, and not stable enough for some mechanical switches.