Skip to content

Commit fae4215

Browse files
committed
fix(templates): Add siblings to split shield
Updated the .zmk.yml file for a split shield to include the siblings list. Fixes #17
1 parent 24090e4 commit fae4215

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zmk/templates/shield/split/${id}.zmk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
requires:
44
- ${interconnect}
55
% endif
6+
7+
siblings:
8+
- ${id}_left
9+
- ${id}_right

0 commit comments

Comments
 (0)