nodemcu-firmware icon indicating copy to clipboard operation
nodemcu-firmware copied to clipboard

Matrix keyboard module

Open pjsg opened this issue 1 year ago • 1 comments

Fixes #3630

  • [x] This PR is for the dev branch rather than for the release branch.
  • [x] This PR is compliant with the other contributing guidelines as well (if not, please describe why).
  • [x] I have thoroughly tested my contribution.
  • [x] The code changes are reflected in the documentation at docs/*.

This adds the matrix module which supports simple matrix keypads. Simple interface -- it just calls a specified callback on key press (and/or key release).

pjsg avatar Feb 04 '24 17:02 pjsg

Ah, one other review comment - the documentation needs to be linked in mkdocs.yml too :)

jmattsson avatar Apr 30 '24 00:04 jmattsson