zmk_mf68/src/zmk_lib.h

8 lines
66 B
C

#ifndef ZMK_LIB_H
#define ZMK_LIB_H
void zmk_run(void);
#endif