From 83bf046b82652377f94a1656549cf0f430a40bf6 Mon Sep 17 00:00:00 2001 From: Cory Hutchison Date: Sat, 16 Mar 2024 13:12:34 -0600 Subject: [PATCH] Update zmk-config files from template --- boards/shields/.gitkeep | 0 build.yaml | 15 ++++++++++----- config/corne.conf | 3 --- config/west.yml | 2 ++ zephyr/module.yml | 3 +++ 5 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 boards/shields/.gitkeep create mode 100644 zephyr/module.yml 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 7ab5d6a..701938e 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 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,10 @@ # - board: bdn9_rev2 # - board: nice_nano_v2 # shield: reviung41 +# - board: nice_nano_v2 +# shield: corne_left +# cmake-args: -DCONFIG_ZMK_USB_LOGGING=y +# artifact-name: corne_left_with_logging # --- include: diff --git a/config/corne.conf b/config/corne.conf index 378caf3..974243c 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,6 +4,3 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y -# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y - -CONFIG_ZMK_SLEEP=y \ No newline at end of file diff --git a/config/west.yml b/config/west.yml index 379d291..b886cbe 100644 --- a/config/west.yml +++ b/config/west.yml @@ -2,6 +2,8 @@ manifest: remotes: - name: zmkfirmware url-base: https://github.com/zmkfirmware + # Additional modules containing boards/shields/custom code can be listed here as well + # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects projects: - name: zmk remote: zmkfirmware 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: .