diff --git a/build.yaml b/build.yaml index 487566a..49d9bec 100644 --- a/build.yaml +++ b/build.yaml @@ -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 \ No newline at end of file diff --git a/config/west.yml b/config/west.yml index d321083..bd30b0d 100644 --- a/config/west.yml +++ b/config/west.yml @@ -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 \ No newline at end of file