forked from kofal.net/zmk
feat(split): Make locality work nested behavior invocations
Co-authored-by: Tokazio <tokazio@hotmail.com>
This commit is contained in:
committed by
Pete Johanson
parent
11f600d9e5
commit
9e36ebd525
@@ -10,5 +10,5 @@
|
||||
#include <stdint.h>
|
||||
#include <zmk/behavior.h>
|
||||
|
||||
int zmk_behavior_queue_add(uint32_t position, const struct zmk_behavior_binding behavior,
|
||||
bool press, uint32_t wait);
|
||||
int zmk_behavior_queue_add(uint32_t position, uint8_t source,
|
||||
const struct zmk_behavior_binding behavior, bool press, uint32_t wait);
|
||||
|
||||
Reference in New Issue
Block a user