From 9abfef15c9eaef62bd4ac17b408dae4149cb6858 Mon Sep 17 00:00:00 2001 From: Allister MacLeod Date: Thu, 20 Feb 2025 22:30:32 -0500 Subject: [PATCH] Trying Nick's rp2040zero branch, to build Cheapino. https://github.com/zmkfirmware/zmk/pull/2806 --- build.yaml | 3 +++ config/west.yml | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index ba22845..4865c26 100644 --- a/build.yaml +++ b/build.yaml @@ -43,3 +43,6 @@ include: - board: seeeduino_xiao_ble shield: tern_ble + + - board: waveshare_rp2040_zero + shield: cheapino diff --git a/config/west.yml b/config/west.yml index dda84f5..cc3290b 100644 --- a/config/west.yml +++ b/config/west.yml @@ -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 @@ -32,5 +34,8 @@ manifest: - name: tern-zmk remote: amacleod revision: main + - name: cheapino-zmk + remote: amacleod + revision: main self: path: config