summaryrefslogtreecommitdiffstats
path: root/Keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'Keymap.md')
-rw-r--r--Keymap.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Keymap.md b/Keymap.md
index df21985097..9f519d5e6a 100644
--- a/Keymap.md
+++ b/Keymap.md
@@ -8,9 +8,9 @@ For this example we will walk through the [default Clueboard keymap](https://git
There are 3 main sections of a `keymap.c` file you'll want to concern yourself with:
-* The Definitions
-* The Layer/Keymap Datastructure
-* Custom Functions, if any
+* [The Definitions](#definitions)
+* [The Layer/Keymap Datastructure](#layers-and-keymaps)
+* [Custom Functions](#custom-functions), if any
### Definitions