diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-18 19:21:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 19:21:43 -0400 |
commit | 0d3cfa859636a43e77ebad66f048452320d65d8b (patch) | |
tree | 53104ca199c0974e02e6ffa96997c176a9e8ce56 /app/include/zmk/ble.h | |
parent | 1ae9e9d81786ce3ee2a1fbff4d1fd7108bc5d45c (diff) | |
parent | 4402e4fbc7bc79206589d3006fde802c4ba70ec7 (diff) |
Merge pull request #99 from petejohanson/core/bluetooth-unpair-magic-combo
Add magic combo for unpairing BT devices on start.
Diffstat (limited to 'app/include/zmk/ble.h')
-rw-r--r-- | app/include/zmk/ble.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/zmk/ble.h b/app/include/zmk/ble.h index a77237d..e760ed7 100644 --- a/app/include/zmk/ble.h +++ b/app/include/zmk/ble.h @@ -3,5 +3,5 @@ #include <zmk/keys.h> -int zmk_ble_init(); +int zmk_ble_unpair_all(); bool zmk_ble_handle_key_user(struct zmk_key_event *key_event); |