From fe48c9b1283925b3768ff603ac374c07a1b86bba Mon Sep 17 00:00:00 2001 From: Nicolas Munnich Date: Tue, 13 Aug 2024 07:52:11 +0200 Subject: [PATCH] Removed lines deprecating .conf. --- docs/docs/config/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/config/index.md b/docs/docs/config/index.md index c1e61ed5..409b1f04 100644 --- a/docs/docs/config/index.md +++ b/docs/docs/config/index.md @@ -39,7 +39,7 @@ ZMK will search for config files in: ZMK will search the board folder for the following config files _in addition_ to [Zephyr board-defining files](https://docs.zephyrproject.org/3.5.0/hardware/porting/board_porting.html#create-your-board-directory): -- `.conf` (Kconfig - For backwards compatibility only, do not use.) +- `.conf` (Kconfig) - `.keymap` (Devicetree, keyboards with onboard controllers only) Shared config files (excluding any `_left` or `_right` suffix) are not currently supported in board folders. @@ -59,7 +59,7 @@ When building with a shield, ZMK will search for config files in: ZMK will search the shield folder for the following config files _in addition_ to [Zephyr shield-defining files](https://docs.zephyrproject.org/3.5.0/hardware/porting/shields.html#shield-porting-and-configuration): -- `.conf` (Kconfig - For backwards compatibility only, do not use.) +- `.conf` (Kconfig) - `.keymap` (Devicetree) Shared config files (excluding any `_left` or `_right` suffix) are not currently supported in shield folders.