diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-04-21 16:20:34 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-04-21 16:20:34 -0400 |
commit | 85c8be89dea8f7a00e8efb06d38e2b32f3459935 (patch) | |
tree | b87dcac5eeba3f67fd2db7e43712043d82b9a607 /src/zmk_lib.h |
Initial work.
Diffstat (limited to 'src/zmk_lib.h')
-rw-r--r-- | src/zmk_lib.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/zmk_lib.h b/src/zmk_lib.h new file mode 100644 index 0000000..0b7706e --- /dev/null +++ b/src/zmk_lib.h @@ -0,0 +1,7 @@ +#ifndef ZMK_LIB_H +#define ZMK_LIB_H + +void zmk_run(void); + +#endif + |