mirror of https://github.com/zmkfirmware/zmk.git
chore(docs): Typo in CMake Arguments example code blocks (#3038)
This commit is contained in:
parent
9fcce45cb5
commit
5225952f96
|
|
@ -99,14 +99,14 @@ command. These are invoked whenever a new build system is generated. To add
|
||||||
permanent arguments, set the `build.cmake-args` configuration option.
|
permanent arguments, set the `build.cmake-args` configuration option.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
west config build.cmake-args -- -DSHIELD=kyra_left
|
west config build.cmake-args -- -DSHIELD=kyria_left
|
||||||
```
|
```
|
||||||
|
|
||||||
Multiple arguments are added by assigning a string to the configuration option:
|
Multiple arguments are added by assigning a string to the configuration option:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
west config build.cmake-args \
|
west config build.cmake-args \
|
||||||
-- "-DSHIELD=kyra_left -DZMK_CONFIG=/absolute/path/to/zmk-config"
|
-- "-DSHIELD=kyria_left -DZMK_CONFIG=/absolute/path/to/zmk-config"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Pristine Building
|
### Pristine Building
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue