From e2b6e68195048d5cd3edde2f86e1d3638823a902 Mon Sep 17 00:00:00 2001 From: tokazio Date: Tue, 17 Jan 2023 23:08:29 +0100 Subject: [PATCH] global if behavior name starts with 'layer' --- app/include/zmk/split/bluetooth/central.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/include/zmk/split/bluetooth/central.h b/app/include/zmk/split/bluetooth/central.h index f5500b05..e08427e0 100644 --- a/app/include/zmk/split/bluetooth/central.h +++ b/app/include/zmk/split/bluetooth/central.h @@ -7,4 +7,4 @@ int zmk_split_bt_invoke_behavior(uint8_t source, struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event, bool state); -int zmk_run_behavior(struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event,bool pressed); \ No newline at end of file +int zmk_run_behavior(struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event,uint8_t source,bool pressed); \ No newline at end of file