Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ include:
- board: nice_nano_v2
shield: settings_reset

- board: raytac_mdbt50q_rx
- board: raytac_mdbt50q_cx_40
shield: corne_dongle
- board: raytac_mdbt50q_rx
- board: raytac_mdbt50q_cx_40
shield: settings_reset

# Dongle setup: both halves are peripherals (dongle is central)
Expand Down
8 changes: 4 additions & 4 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: rschenk
url-base: https://github.com/rschenk
- name: perrwa
url-base: https://github.com/perrwa
projects:
- name: zmk
remote: zmkfirmware
revision: v0.3
import: app/west.yml
- name: zmk-component-raytac-dongle
remote: rschenk
revision: v0.3
remote: perrwa
revision: perrwa/add-cx40-zmk03
self:
path: config
Loading