diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-17 14:22:55 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-17 14:22:55 -0800 |
commit | e546b7655c1de109e0338df4e297eca7b1476c33 (patch) | |
tree | 50d1da0a32080eba003c159fbfe37137c2ef2327 /Keymap.md | |
parent | 5f9532ea66f14f1a495c908c70c013aea4009579 (diff) |
Updated Keymap (markdown)
Diffstat (limited to 'Keymap.md')
-rw-r--r-- | Keymap.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |