Skip to content

Commit e2b6e68

Browse files
committed
global if behavior name starts with 'layer'
1 parent 6a7c4e8 commit e2b6e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/include/zmk/split/bluetooth/central.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
int zmk_split_bt_invoke_behavior(uint8_t source, struct zmk_behavior_binding *binding,
88
struct zmk_behavior_binding_event event, bool state);
99

10-
int zmk_run_behavior(struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event,bool pressed);
10+
int zmk_run_behavior(struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event,uint8_t source,bool pressed);

0 commit comments

Comments
 (0)