Message queue and work item for process scan events.

* Prep for using ISR for kscan GPIO, by moving event
  process into a work item.
This commit is contained in:
Pete Johanson
2020-05-01 23:10:11 -04:00
parent 4e672eafd4
commit 523e7f702f
3 changed files with 55 additions and 7 deletions

View File

@@ -1,2 +1,6 @@
#ifndef ZMK_KSCAN_H
#define ZMK_KSCAN_H
int zmk_kscan_init(char *name);
#endif