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.
|
||||
|
||||
```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:
|
||||
|
||||
```sh
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue