diff --git a/build.yaml b/build.yaml index 4458155..71e8907 100644 --- a/build.yaml +++ b/build.yaml @@ -7,26 +7,26 @@ # --- include: - - board: nice_nano//zmk - shield: cornedeon54_dongle - snippet: studio-rpc-usb-uart - artifact-name: zmk_cornedeon54_dongle - # snippet: zmk-usb-logging + # - board: nice_nano + # shield: cornedeon54_dongle + # snippet: studio-rpc-usb-uart + # artifact-name: zmk_cornedeon54_dongle + # # snippet: zmk-usb-logging - - board: nice_nano//zmk - shield: cornedeon54_left - snippet: studio-rpc-usb-uart - artifact-name: zmk_cornedeon54_left + # - board: nice_nano + # shield: cornedeon54_left + # snippet: studio-rpc-usb-uart + # artifact-name: zmk_cornedeon54_left - - board: nice_nano//zmk - shield: cornedeon54_left_central - snippet: studio-rpc-usb-uart - artifact-name: zmk_cornedeon54_left_peripheral + # - board: nice_nano + # shield: cornedeon54_left_central + # snippet: studio-rpc-usb-uart + # artifact-name: zmk_cornedeon54_left_peripheral - - board: nice_nano//zmk - shield: cornedeon54_right - snippet: studio-rpc-usb-uart - artifact-name: zmk_cornedeon54_right + # - board: nice_nano + # shield: cornedeon54_right + # snippet: studio-rpc-usb-uart + # artifact-name: zmk_cornedeon54_right - - board: nice_nano//zmk + - board: nice_nano shield: settings_reset diff --git a/config/west.yml b/config/west.yml index d99f6e6..adc97b7 100644 --- a/config/west.yml +++ b/config/west.yml @@ -1,14 +1,11 @@ manifest: - defaults: - revision: v0.3 remotes: - name: zmkfirmware 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 projects: - name: zmk remote: zmkfirmware + revision: main import: app/west.yml self: - path: config + path: config \ No newline at end of file