Skip to content

Commit

Permalink
global if behavior name starts with 'layer'
Browse files Browse the repository at this point in the history
  • Loading branch information
tokazio committed Jan 17, 2023
1 parent 6a7c4e8 commit e2b6e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/include/zmk/split/bluetooth/central.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
int zmk_run_behavior(struct zmk_behavior_binding *binding, struct zmk_behavior_binding_event event,uint8_t source,bool pressed);

0 comments on commit e2b6e68

Please sign in to comment.