docs: Remove references to nice_nano_v2, seeeduino_xiao_ble and nrfmicro_13 (#3135)

This commit is contained in:
Nicolas Munnich
2025-12-14 20:57:24 +00:00
committed by GitHub
parent 8af2f130a8
commit cb6ecc1774
11 changed files with 26 additions and 27 deletions

View File

@@ -144,7 +144,7 @@ Re-flashing a bootloader built without the SoftDevice will require firmware buil
Enable snippets by adding `snippet: <snippet>` to your `build.yaml` for the appropriate board:
```yaml
- board: nrfmicro_13_52833
- board: nrfmicro@1.3.0/nrf52833
snippet: nrf52833-nosd
shield: corne_left
```
@@ -152,7 +152,7 @@ Enable snippets by adding `snippet: <snippet>` to your `build.yaml` for the appr
For local builds, add `-S <snippet>` to your build command. For example:
```sh
west build -b nrfmicro_13_52833 -S nrf52833-nosd -- -DSHIELD=corne_left
west build -b nrfmicro@1.3.0/nrf52833 -S nrf52833-nosd -- -DSHIELD=corne_left
```
ZMK implements the following system configuration snippets: