forked from kofal.net/zmk
docs: Mention build.yaml in Studio instructions (#2644)
This commit is contained in:
@@ -72,9 +72,10 @@ Building for ZMK Studio involves two main additional items.
|
|||||||
|
|
||||||
### GitHub Actions
|
### GitHub Actions
|
||||||
|
|
||||||
First add a `studio-rpc-usb-uart` to the `snippet` property of your build configuration. For a split keyboard, you should do this _only_ for your central/left side, e.g.:
|
First add a `studio-rpc-usb-uart` to the `snippet` property of your build configuration, in the `build.yaml` file at the root of your user config.
|
||||||
|
For a split keyboard, you should do this _only_ for your central/left side, e.g.:
|
||||||
|
|
||||||
```
|
```yaml title="build.yaml"
|
||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
|
|||||||
Reference in New Issue
Block a user