Skip to content

Commit

Permalink
Trying Nick's rp2040zero branch, to build Cheapino.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Feb 21, 2025
1 parent 6b1e0f1 commit 9abfef1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ include:

- board: seeeduino_xiao_ble
shield: tern_ble

- board: waveshare_rp2040_zero
shield: cheapino
9 changes: 7 additions & 2 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ manifest:
url-base: https://github.com/urob
- name: dhruvinsh
url-base: https://github.com/dhruvinsh
- name: saixos
url-base: https://github.com/Nick-Munnich
- name: amacleod
url-base: https://github.com/amacleod
projects:
- name: zmk
remote: zmkfirmware
revision: main
remote: saixos
revision: rp2040zero
import: app/west.yml
- name: zmk-helpers
remote: urob
Expand All @@ -32,5 +34,8 @@ manifest:
- name: tern-zmk
remote: amacleod
revision: main
- name: cheapino-zmk
remote: amacleod
revision: main
self:
path: config

0 comments on commit 9abfef1

Please sign in to comment.