File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on : [push, pull_request, workflow_dispatch]
2+
3+ jobs :
4+ build :
5+ uses : zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
Original file line number Diff line number Diff line change 1+ # This file generates the GitHub Actions matrix
2+ # For simple board + shield combinations, add them
3+ # to the top level board and shield arrays, for more
4+ # control, add individual board + shield combinations to
5+ # the `include` property, e.g:
6+ #
7+ # board: [ "nice_nano_v2" ]
8+ # shield: [ "blue-velvet_left", "blue-velvet_right" ]
9+ # include:
10+ # - board: bdn9_rev2
11+ # - board: nice_nano_v2
12+ # shield: reviung41
13+
14+ ---
15+ include :
16+ - board : ergohaven
17+ shield : velvet_v3_left
18+ snippet : studio-rpc-usb-uart
19+ cmake-args : -DCONFIG_ZMK_STUDIO=y
20+ - board : ergohaven
21+ shield : velvet_v3_right
22+
23+ - board : ergohaven
24+ shield : op36_left
25+ snippet : studio-rpc-usb-uart
26+ cmake-args : -DCONFIG_ZMK_STUDIO=y
27+ - board : ergohaven
28+ shield : op36_right
29+
30+ - board : ergohaven
31+ shield : settings_reset
You can’t perform that action at this time.
0 commit comments