Update docs/docs/troubleshooting.md
This commit is contained in:
parent
673b340a65
commit
22559de536
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue