Skip to content

Commit

Permalink
try to setup sweep as target for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoDM committed Aug 23, 2024
1 parent 7234b37 commit b54ff61
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
15 changes: 8 additions & 7 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
# distinguish build outputs from each other:
#
# board: [ "nice_nano_v2" ]
# shield: [ "corne_left", "corne_right" ]
# include:
# - board: bdn9_rev2
# - board: nice_nano_v2
# shield: reviung41
# - board: nice_nano_v2
# shield: corne_left
# shield: [ "swweeep_left", "swweeep_right" ]
include:
- board: nice_nano_v2
shield: swweeep_left
- board: nice_nano_v2
shield: swweeep_right
- board: nice_nano_v2
shield: settings_reset
# cmake-args: -DCONFIG_ZMK_USB_LOGGING=y
# artifact-name: corne_left_with_logging
#
Expand Down
25 changes: 22 additions & 3 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,31 @@ 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
- name: MatteoDM
url-base: https://github.com/MatteoDM/swweeep_36
# Note: This is only included because the feat/pointers-move-scroll isn't merged into
# ZMK main yet. Once it's merged, you no longer need this.
# - name: petejohanson
# url-base: https://github.com/petejohanson
projects:
# - name: zmk
# remote: petejohanson
# revision: feat/pointers-move-scroll
# import: app/west.yml
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
# Replace the one above with the commented one below when that branch gets merged
# into ZMK main, or if you're not using pointing devices for your build.
# Alternatively, you can use your own zmk fork/branch if you are maintaining one.
# - name: zmk
# remote: zmkfirmware
# revision: main
# import: app/west.yml
- name: zmk-fingerpunch-keyboards
remote: sadekbaroudi
revision: main
import: config/deps.yml
self:
path: config
path: config

0 comments on commit b54ff61

Please sign in to comment.