From 22559de53632a85e9f58f1567f2f165a4f03e831 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Mon, 11 Sep 2023 23:27:48 -0700 Subject: [PATCH] Update docs/docs/troubleshooting.md --- docs/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 82401e3d..1418f327 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -63,7 +63,7 @@ Key positions are numbered starting from `0` at the top left key on the keymap, ::: :::tip -A common mistake that leads to this error is to use keycodes without the leading `&kp` behavior. That is, having entries such as `SPACE` that should have been `&kp SPACE`. +A common mistake that leads to this error is to use [key press keycodes](behaviors/key-press.md) without the leading `&kp` binding. That is, having entries such as `SPACE` that should have been `&kp SPACE`. ::: ### Split Keyboard Halves Unable to Pair