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

@@ -30,11 +30,11 @@ If you are using GitHub Actions to build your firmware as described in the [user
```yml
include:
- board: nice_nano_v2
- board: nice_nano
shield: corne_left
- board: nice_nano_v2
- board: nice_nano
shield: corne_right
- board: nice_nano_v2
- board: nice_nano
shield: settings_reset
```

View File

@@ -70,7 +70,7 @@ include:
# -------------------
# Your keyboards here
# -------------------
- board: nice_nano_v2 # Replace with the Pro Micro-compatible board you're using
- board: nice_nano # Replace with the Pro Micro-compatible board you're using
shield: tester_pro_micro
```
@@ -89,7 +89,7 @@ include:
# -------------------
# Your keyboards here
# -------------------
- board: seeeduino_xiao_ble # Replace with the Xiao-compatible board you're using
- board: xiao_ble # Replace with the Xiao-compatible board you're using
shield: tester_xiao
```