Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
yes, we have as part of the nRF Connect SDK (which include Zephyr).
The module is part of Nordic CAF and handle buttons: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/libraries/caf/buttons.html
We use this extensively in nRF Desktop (reference application for mouse and keyboard)
https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/applications/nrf_desktop/README.html
BR
LA