diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 14:58:00 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-01 14:58:00 -0400 |
commit | 52bfc9dd84592f834c13ce9af4a1dd7fc90d7fef (patch) | |
tree | 808a50c4fb4238987d3b7bc6aebb3f1c4c2af29f /src/zmk_lib.h | |
parent | 5b4e43cebd89c09e7cbd405f4a0dfdb942add4fc (diff) |
Lots of clean up, basic kscan working, remove zephyr-rust.
Diffstat (limited to 'src/zmk_lib.h')
-rw-r--r-- | src/zmk_lib.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/zmk_lib.h b/src/zmk_lib.h deleted file mode 100644 index 0b7706e..0000000 --- a/src/zmk_lib.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef ZMK_LIB_H -#define ZMK_LIB_H - -void zmk_run(void); - -#endif - |