From b4a13b19c21c63853f63cd4bd0d4c7bb69a48c52 Mon Sep 17 00:00:00 2001 From: joelferreira14 Date: Wed, 1 Nov 2023 10:00:19 +0000 Subject: [PATCH] Initial User Config. --- .github/workflows/build.yml | 5 +++++ build.yaml | 19 +++++++++++++++++++ config/sofle.conf | 1 + config/west.yml | 11 +++++++++++ 4 files changed, 36 insertions(+) create mode 100644 .github/workflows/build.yml create mode 100644 build.yaml create mode 100644 config/sofle.conf create mode 100644 config/west.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..d74fb89 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,5 @@ +on: [push, pull_request, workflow_dispatch] + +jobs: + build: + uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main diff --git a/build.yaml b/build.yaml new file mode 100644 index 0000000..bf875bd --- /dev/null +++ b/build.yaml @@ -0,0 +1,19 @@ +# 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: +# +# board: [ "nice_nano_v2" ] +# shield: [ "corne_left", "corne_right" ] +# include: +# - board: bdn9_rev2 +# - board: nice_nano_v2 +# shield: reviung41 +# +--- +include: + - board: nice_nano_v2 + shield: sofle_left + - board: nice_nano_v2 + shield: sofle_right diff --git a/config/sofle.conf b/config/sofle.conf new file mode 100644 index 0000000..9cbbd04 --- /dev/null +++ b/config/sofle.conf @@ -0,0 +1 @@ +# Put configuration options here diff --git a/config/west.yml b/config/west.yml new file mode 100644 index 0000000..379d291 --- /dev/null +++ b/config/west.yml @@ -0,0 +1,11 @@ +manifest: + remotes: + - name: zmkfirmware + url-base: https://github.com/zmkfirmware + projects: + - name: zmk + remote: zmkfirmware + revision: main + import: app/west.yml + self: + path: config