diff options
author | Pete Johanson <[email protected]> | 2021-01-27 22:49:57 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-01-27 22:49:57 -0500 |
commit | a89d8a6ea425e28856e762bd4db50a6a40ef58e8 (patch) | |
tree | a4f672d7f1cab383b74d7c9177ce6b1bd1277d14 /docs/blog | |
parent | 1addfb97695a7600fc88c29b1d351ea0ec390650 (diff) | |
download | zmk-a89d8a6ea425e28856e762bd4db50a6a40ef58e8.tar.gz zmk-a89d8a6ea425e28856e762bd4db50a6a40ef58e8.zip |
fix(blog): Updated link to combos docs.
Diffstat (limited to 'docs/blog')
-rw-r--r-- | docs/blog/2021-01-27-zmk-sotf-4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/blog/2021-01-27-zmk-sotf-4.md b/docs/blog/2021-01-27-zmk-sotf-4.md index bbbabdcb57..d902b62df5 100644 --- a/docs/blog/2021-01-27-zmk-sotf-4.md +++ b/docs/blog/2021-01-27-zmk-sotf-4.md @@ -21,7 +21,7 @@ Since last time, there have been several new powerful keymap features and behavi #### Combos -The initial [combos](/docs/behaviors/combos) work has landed! The amazing [okke-formsma] has once again delivered another powerful feature for ZMK. Combos are "position based", and are configured in a new toplevel node next to they `keymap` node in user's keymap files. +The initial [combos](/docs/features/combos) work has landed! The amazing [okke-formsma] has once again delivered another powerful feature for ZMK. Combos are "position based", and are configured in a new toplevel node next to they `keymap` node in user's keymap files. An example, that would send the `ESC` keycode when pressing both the first and second positions on your keyboard: |