2020-12-21 01:49:42 +11:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <bluetooth/addr.h>
|
|
|
|
#include <zmk/behavior.h>
|
|
|
|
|
2022-01-02 15:55:30 +11:00
|
|
|
int zmk_split_bt_invoke_behavior(uint8_t source, struct zmk_behavior_binding *binding,
|
2020-12-21 01:49:42 +11:00
|
|
|
struct zmk_behavior_binding_event event, bool state);
|