mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
chore(docs): Typo in CMake Arguments example code blocks (#3038)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user