mirror of https://github.com/zmkfirmware/zmk.git
parent
9fc10ddc22
commit
88db5f34fe
|
|
@ -54,7 +54,7 @@ More troubleshooting information for split keyboards can be found [here](trouble
|
|||
|
||||
## 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
|
||||
include:
|
||||
|
|
|
|||
|
|
@ -281,7 +281,7 @@ Make sure that the `transform` property uses the same label as your matrix trans
|
|||
|
||||
## 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
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in New Issue