From af42fed4805fde64e8ecebb6ed3bee9a21aab6cb Mon Sep 17 00:00:00 2001 From: Amund Tenstad Date: Wed, 13 Nov 2024 10:10:42 +0100 Subject: [PATCH] docs: fix md ref Co-authored-by: Joel Challis --- docs/feature_macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_macros.md b/docs/feature_macros.md index 7f4771481f58..b4e37a1ba96f 100644 --- a/docs/feature_macros.md +++ b/docs/feature_macros.md @@ -42,7 +42,7 @@ You can define up to 32 macros in a `keymap.json` file, as used by [Configurator ### Selecting Your Host Keyboard Layout -If you type in a language other than English, or use a non-QWERTY layout like Colemak, Dvorak, or Workman, you may have set your computer's input language to match this layout. This presents a challenge when creating macros — you may need to type different keys to get the same letters! To address this you can use [language-specific keycodes](./reference_keymap_extras.md). +If you type in a language other than English, or use a non-QWERTY layout like Colemak, Dvorak, or Workman, you may have set your computer's input language to match this layout. This presents a challenge when creating macros — you may need to type different keys to get the same letters! To address this you can use [language-specific keycodes](reference_keymap_extras). ### Macro Basics