forked from kofal.net/zmk
refactor: Condition source props on CONFIG_ZMK_SPLIT
This commit is contained in:
committed by
Pete Johanson
parent
b249135742
commit
fb18a4d871
@@ -26,7 +26,9 @@ struct zmk_behavior_binding_event {
|
||||
int layer;
|
||||
uint32_t position;
|
||||
int64_t timestamp;
|
||||
#if IS_ENABLED(CONFIG_ZMK_SPLIT)
|
||||
uint8_t source;
|
||||
#endif
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user