6 lines
81 B
C
6 lines
81 B
C
#ifndef ZMK_KSCAN_H
|
|
#define ZMK_KSCAN_H
|
|
|
|
int zmk_kscan_init(char *name);
|
|
|
|
#endif
|