fix: Adjust hid indicator listeners for event refactor
* Avoid static listener to prevent subscription issue.
This commit is contained in:
parent
f2ea1da036
commit
f18974e8c4
1 changed files with 2 additions and 2 deletions
|
@ -64,5 +64,5 @@ static int profile_listener(const zmk_event_t *eh) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static ZMK_LISTENER(profile_listener, profile_listener);
|
ZMK_LISTENER(profile_listener, profile_listener);
|
||||||
static ZMK_SUBSCRIPTION(profile_listener, zmk_endpoint_changed);
|
ZMK_SUBSCRIPTION(profile_listener, zmk_endpoint_changed);
|
||||||
|
|
Loading…
Add table
Reference in a new issue