From 18de5b533e3eff34b0b4cb4de66d06a4e49e807d Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Wed, 8 Jan 2025 15:22:01 -0800 Subject: [PATCH] docs: Update zmk-helpers link --- CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 051a3c8..3a69c72 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -405,8 +405,8 @@ _Default:_ `"#define KEYMAP_DRAWER"` #### `zmk_additional_includes` A list of paths to add as search paths to the preprocessor for `#include` directives. -This can be needed if you use Zephyr modules such as [`zmk-helpers`](https://github.com/urob/zmk-helpers/tree/v2) since they require augmenting the search path. -Also used for parsing DTS format physical layouts specified with `--dts-layout`. +This can be needed if you use Zephyr modules such as [`zmk-helpers`](https://github.com/urob/zmk-helpers/blob/main/docs/keymap_drawer.md) since they require augmenting the search path. +Also used when parsing DTS format physical layouts specified with `--dts-layout`. _Type:_ `list[str]`