zmk_mf68/src/kscan.h

7 lines
81 B
C

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