From a684ceeca596aea75a7daefd11504bc2d7ca93b7 Mon Sep 17 00:00:00 2001 From: Rodrigo Belem Date: Sat, 18 Jan 2025 19:48:53 -0400 Subject: [PATCH] Copy updates from generated config files --- .github/workflows/build.yml | 1 + boards/shields/.gitkeep | 0 build.yaml | 16 +++++++++++----- zephyr/module.yml | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 boards/shields/.gitkeep create mode 100644 zephyr/module.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d74fb89..6d92e26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,3 +1,4 @@ +name: Build ZMK firmware on: [push, pull_request, workflow_dispatch] jobs: diff --git a/boards/shields/.gitkeep b/boards/shields/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/build.yaml b/build.yaml index 182d387..b1ab693 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,9 @@ -# This file generates the GitHub Actions matrix -# For simple board + shield combinations, add them -# to the top level board and shield arrays, for more -# control, add individual board + shield combinations to -# the `include` property, e.g: +# This file generates the GitHub Actions matrix. +# For simple board + shield combinations, add them to the top level board and +# shield arrays, for more control, add individual board + shield combinations +# to the `include` property. You can also use the `cmake-args` property to +# pass flags to the build command, `snippet` to add a Zephyr snippet, and +# `artifact-name` to assign a name to distinguish build outputs from each other: # # board: [ "nice_nano_v2" ] # shield: [ "corne_left", "corne_right" ] @@ -10,6 +11,11 @@ # - board: bdn9_rev2 # - board: nice_nano_v2 # shield: reviung41 +# - board: nice_nano_v2 +# shield: corne_left +# snippet: studio-rpc-usb-uart +# cmake-args: -DCONFIG_ZMK_STUDIO=y +# artifact-name: corne_left_with_studio # --- include: diff --git a/zephyr/module.yml b/zephyr/module.yml new file mode 100644 index 0000000..1cc2b35 --- /dev/null +++ b/zephyr/module.yml @@ -0,0 +1,3 @@ +build: + settings: + board_root: .