docs: Fix build.yaml references (#3203)

Fixes #3191
This commit is contained in:
Cem Aksoylar
2026-01-12 23:16:45 -08:00
committed by GitHub
parent 9fc10ddc22
commit 88db5f34fe
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ More troubleshooting information for split keyboards can be found [here](trouble
## Building Additional Keyboards ## Building Additional Keyboards
You can build additional keyboards with GitHub actions by appending them to `build.yml` in your `zmk-config` folder. For instance assume that we have set up a Corne shield with nice!nano during [initial setup](user-setup.mdx) and we want to add a Lily58 shield with nice!nano v2. The following is an example `build.yaml` file that would accomplish that: You can build additional keyboards with GitHub actions by appending them to `build.yaml` in your `zmk-config` folder. For instance assume that we have set up a Corne shield with nice!nano during [initial setup](user-setup.mdx) and we want to add a Lily58 shield with nice!nano v2. The following is an example `build.yaml` file that would accomplish that:
```yaml ```yaml
include: include:

View File

@@ -281,7 +281,7 @@ Make sure that the `transform` property uses the same label as your matrix trans
## Building the Firmware ## Building the Firmware
Add the appropriate lines to your `build.yml` file to build the firmware for your dongle. Also add some CMake arguments using `cmake-args` to the existing parts of your keyboard, turning them into peripherals for your dongle.[^2] Add the appropriate lines to your `build.yaml` file to build the firmware for your dongle. Also add some CMake arguments using `cmake-args` to the existing parts of your keyboard, turning them into peripherals for your dongle.[^2]
```yaml ```yaml
include: include: