diff options
author | coliss86 <coliss86@users.noreply.github.com> | 2021-08-31 01:13:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 09:13:19 +1000 |
commit | 1e7117317fd8a51f9ca6e926777694b930c9502b (patch) | |
tree | 4bd0cb709cfa89b3d12eb52e13df936ce4254679 | |
parent | 5ed8edae498178c8a3c958d36b5e19150ef2caf2 (diff) |
Documentation: Fix links in key overrides (#14228)
Co-authored-by: Joel Challis <git@zvecr.com>
-rw-r--r-- | docs/feature_key_overrides.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_key_overrides.md b/docs/feature_key_overrides.md index 861c4bef5d..98036241e3 100644 --- a/docs/feature_key_overrides.md +++ b/docs/feature_key_overrides.md @@ -103,7 +103,7 @@ const key_override_t **key_overrides = (const key_override_t *[]){ ``` ### Flexible macOS-friendly Grave Escape -The [Grave Escape feature](https://docs.qmk.fm/using-qmk/advanced-keycodes/feature_grave_esc) is limited in its configurability and has [bugs when used on macOS](https://docs.qmk.fm/using-qmk/advanced-keycodes/feature_grave_esc#caveats). Key overrides can be used to achieve a similar functionality as Grave Escape, but with more customization and without bugs on macOS. +The [Grave Escape feature](feature_grave_esc.md) is limited in its configurability and has [bugs when used on macOS](feature_grave_esc.md#caveats). Key overrides can be used to achieve a similar functionality as Grave Escape, but with more customization and without bugs on macOS. ```c // Shift + esc = ~ |