From 5f1b6eda7aee512b2fdd132db5748bf0d538fcfc Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Sun, 15 Aug 2021 14:03:37 -0700 Subject: [PATCH] Add note for shared .conf files outside zmk-config --- docs/docs/development/new-shield.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/development/new-shield.md b/docs/docs/development/new-shield.md index 28904c07..956c0553 100644 --- a/docs/docs/development/new-shield.md +++ b/docs/docs/development/new-shield.md @@ -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. +::: +