diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-02 23:34:11 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | be537d06565a38f5fcca8d5a1d0a7b7350b35d51 (patch) | |
tree | 7328b80497cf1edd8ad8efdba8fa804070235ef0 /app/include/zmk/split/bluetooth/central.h | |
parent | a165db63586f37531d5050623bc5a7bc96793d49 (diff) |
Lots of work on split peripheral/central logic.
Diffstat (limited to 'app/include/zmk/split/bluetooth/central.h')
-rw-r--r-- | app/include/zmk/split/bluetooth/central.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/include/zmk/split/bluetooth/central.h b/app/include/zmk/split/bluetooth/central.h new file mode 100644 index 0000000..09a7161 --- /dev/null +++ b/app/include/zmk/split/bluetooth/central.h @@ -0,0 +1,2 @@ + +int zmk_split_bt_central_init();
\ No newline at end of file |