We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c4e8 commit e2b6e68Copy full SHA for e2b6e68
app/include/zmk/split/bluetooth/central.h
@@ -7,4 +7,4 @@
7
int zmk_split_bt_invoke_behavior(uint8_t source, struct zmk_behavior_binding *binding,
8
struct zmk_behavior_binding_event event, bool state);
9
10
-int zmk_run_behavior(struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event,bool pressed);
+int zmk_run_behavior(struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event,uint8_t source,bool pressed);
0 commit comments