mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-29 17:35:18 -05:00
docs: Remove references to nice_nano_v2, seeeduino_xiao_ble and nrfmicro_13 (#3135)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user