Add note for shared .conf files outside zmk-config

This commit is contained in:
Cem Aksoylar 2021-08-15 14:03:37 -07:00
parent 47109641d8
commit 5f1b6eda7a

View file

@ -286,6 +286,10 @@ In most case you'll only need to use the .conf file that affects both halves of
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.
:::
</TabItem>
</Tabs>