Skip to content

Commit 1e71173

Browse files
coliss86zvecr
andauthored
Documentation: Fix links in key overrides (qmk#14228)
Co-authored-by: Joel Challis <git@zvecr.com>
1 parent 5ed8eda commit 1e71173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/feature_key_overrides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const key_override_t **key_overrides = (const key_override_t *[]){
103103
```
104104
105105
### Flexible macOS-friendly Grave Escape
106-
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.
106+
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.
107107
108108
```c
109109
// Shift + esc = ~

0 commit comments

Comments
 (0)