Skip to content

Commit 60aaae6

Browse files
committed
Configure qmk.json
1 parent 550554d commit 60aaae6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/build_binaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build QMK firmware
22

3-
on: [push, workflow_dispatch]
3+
on: [workflow_dispatch]
44

55
permissions:
66
contents: write

qmk.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"userspace_version": "1.0",
3-
"build_targets": []
4-
}
3+
"build_targets": [
4+
["crkbd/rev1", "srwi"],
5+
["evyd13/plain60", "srwi"],
6+
["ymdk/yd60mq", "srwi"],
7+
["ymdk/yd60mq", "srwi_split_spacebar"]
8+
]
9+
}

0 commit comments

Comments
 (0)