Skip to content

Commit

Permalink
Reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar authored Nov 14, 2023
1 parent 538c130 commit 2deb21a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,23 @@
#
---
include:
- board: nice_nano
- board: corneish_zen_v2_left # board only
- board: corneish_zen_v1_right # board only, with name
artifact-name: zen_right
- board: nice_nano_v2 # board+shield
shield: corne_left
- board: nice_nano_v2 # board+shield, with name
shield: corne_left
artifact-name: stock_corne_left
- board: nice_nano
- board: nice_nano # board+shield, cmake-args
shield: corne_left
cmake-args: -DKEYMAP_FILE=/__w/zmk-config/zmk-config/config/corneish_zen.keymap
- board: nice_nano
- board: nice_nano # board+shield, cmake-args, with name
shield: corne_left
cmake-args: -DKEYMAP_FILE=/__w/zmk-config/zmk-config/config/corneish_zen.keymap
artifact-name: zen_corne
- board: nice_nano_v2
- board: nice_nano_v2 # board+multiple shields
shield: corne_left nice_view_adapter nice_view
- board: nice_nano_v2
- board: nice_nano_v2 # board+multiple shields, with name (containing spaces)
shield: corne_left nice_view_adapter nice_view
artifact-name: corne with a view
- board: corneish_zen_v2_left
- board: corneish_zen_v1_right
artifact-name: zen_right

0 comments on commit 2deb21a

Please sign in to comment.