diff options
author | Nick Winans <nick@winans.codes> | 2021-07-15 17:16:33 -0500 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-07-15 18:52:28 -0400 |
commit | 9c1319c4ff37f71e7437219b0f65d045c6971e93 (patch) | |
tree | ec391eb5fbc4275f833470381807060056a101ff /.github | |
parent | edb3ff1bb15cc2ad800010bd2819a9fe4aec548f (diff) |
feat(docs): Add nice!nano v2 to scripts, actions, and documentation
asdf
asdf
asdf
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d701128..9345c3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: board: - bluemicro840_v1 - nice_nano + - nice_nano_v2 - nrfmicro_13 - proton_c shield: @@ -69,11 +70,11 @@ jobs: - board: planck_rev6 - board: proton_c shield: clueboard_california - - board: nice_nano + - board: nice_nano_v2 shield: kyria_left cmake-args: -DCONFIG_ZMK_DISPLAY=y skip-archive: true - - board: nice_nano + - board: nice_nano_v2 shield: kyria_right cmake-args: -DCONFIG_ZMK_DISPLAY=y skip-archive: true |