diff --git a/build.yaml b/build.yaml index feefb60..b1ef7d2 100644 --- a/build.yaml +++ b/build.yaml @@ -21,9 +21,9 @@ include: - board: seeeduino_xiao_ble shield: corne_central_dongle - board: nice_nano_v2 - shield: corne_peripheral_left nice_view_adapter nice_view + shield: corne_peripheral_left nice_view_adapter nice_view_custom - board: nice_nano_v2 - shield: corne_peripheral_right nice_view_adapter nice_view + shield: corne_peripheral_right nice_view_adapter nice_view_custom - board: nice_nano_v2 shield: settings_reset - board: seeeduino_xiao_ble diff --git a/config/west.yml b/config/west.yml index b886cbe..72d0996 100644 --- a/config/west.yml +++ b/config/west.yml @@ -4,10 +4,15 @@ manifest: url-base: https://github.com/zmkfirmware # Additional modules containing boards/shields/custom code can be listed here as well # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects + - name: qysp + url-base: https://github.com/qysp projects: - name: zmk remote: zmkfirmware revision: main import: app/west.yml + - name: nice-view-mod + remote: qysp + revision: qysp self: path: config