Update docs/docs/troubleshooting.md
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
parent
ea2d33aa18
commit
673b340a65
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 is to enter the keycodes directly 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 keycodes without the leading `&kp` behavior. 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