zmk/src/kscan.h
Pete Johanson 523e7f702f Message queue and work item for process scan events.
* Prep for using ISR for kscan GPIO, by moving event
  process into a work item.
2020-05-01 23:10:11 -04:00

6 lines
81 B
C

#ifndef ZMK_KSCAN_H
#define ZMK_KSCAN_H
int zmk_kscan_init(char *name);
#endif