Clarify that it only works under config/
This commit is contained in:
parent
5f1b6eda7a
commit
1fd8413d1f
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ CONFIG_ZMK_SLEEP=y
|
|||
```
|
||||
|
||||
:::note
|
||||
The shared configuration in `my_awesome_split_board.conf` is only applied when you are building with a [`zmk-config` folder](build-flash#building-from-zmk-config-folder). If you are not using a `zmk-config` folder, you will need to include the shared configuration in both `my_awesome_split_board_left.conf` and `my_awesome_split_board_left.conf` files.
|
||||
The shared configuration in `my_awesome_split_board.conf` is only applied when you are building with a [`zmk-config` folder](build-flash#building-from-zmk-config-folder) and when it is present at `config/my_awesome_split_board.conf`. If you are not using a `zmk-config` folder, you will need to include the shared configuration in both `my_awesome_split_board_left.conf` and `my_awesome_split_board_left.conf` files.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
|
|
Loading…
Add table
Reference in a new issue