]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Keymap (markdown)
authorskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 22:22:55 +0000 (14:22 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 22:22:55 +0000 (14:22 -0800)
Keymap.md

index df219850976dfab764075014644e499ba13a653c..9f519d5e6aecbbcf953728068b9f4f12dd20a4fb 100644 (file)
--- 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