Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Dec 12, 2024
1 parent baa6b94 commit d7da248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/behaviors/behavior_leader_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ static int behavior_leader_key_init(const struct device *dev) { return 0; }

#define PROP_SEQUENCES(n, prop) \
{ \
.virtual_key_position = ZMK_VIRTUAL_KEY_POSITION_LEADER(__COUNTER__), \
.is_pressed = false, \
.virtual_key_position = ZMK_VIRTUAL_KEY_POSITION_LEADER(__COUNTER__), .is_pressed = false, \
.keys_len = DT_PROP_LEN(n, prop), \
.keys = {LISTIFY(DT_PROP_LEN(n, prop), SEQUENCE_ITEM, (, ), n, prop)}, \
.behavior = ZMK_KEYMAP_EXTRACT_BINDING(0, n), \
Expand Down

0 comments on commit d7da248

Please sign in to comment.