Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloy98 authored Nov 19, 2024
1 parent c35de2a commit d2c9ab8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
6 changes: 3 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
---
include:
- board: nice_nano_v2
shield: cygnus_left
shield: cygnus_left prospector_adapter
- board: nice_nano_v2
shield: cygnus_right
shield: cygnus_right rgbled_adapter
- board: nice_nano_v2
shield: settings_reset
shield: settings_reset
22 changes: 13 additions & 9 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: kuolemax
url-base: https://github.com/kuolemax
- name: caksoylar
url-base: https://github.com/caksoylar
- name: Eloy98 # <--- add this
url-base: https://github.com/Eloy98 # <--- and this
projects:
- name: zmk
remote: kuolemax
revision: encoder-fix
remote: zmkfirmware
revision: main
import: app/west.yml
# - name: zmk
# remote: zmkfirmware
# revision: main
# import: app/west.yml
- name: zmk-rgbled-widget
remote: caksoylar
revision: main
- name: prospector-zmk-module # <--- and these
remote: Eloy98 # <---
revision: main
self:
path: config
path: config

0 comments on commit d2c9ab8

Please sign in to comment.