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

index 631388ed07dfa21978cffff2b309a0254781b77a..df219850976dfab764075014644e499ba13a653c 100644 (file)
--- a/Keymap.md
+++ b/Keymap.md
@@ -4,7 +4,9 @@ QMK keymaps are defined inside a C source file. The data structure is an array o
 
 ## Anatomy Of A `keymap.c`
 
-For this example we will walk through the [default Clueboard keymap](https://github.com/qmk/qmk_firmware/blob/master/keyboards/clueboard/keymaps/default/keymap.c). There are 3 main sections of a `keymap.c` file you'll want to concern yourself with:
+For this example we will walk through the [default Clueboard keymap](https://github.com/qmk/qmk_firmware/blob/master/keyboards/clueboard/keymaps/default/keymap.c). You'll find it helpful to open that file in another browser window so you can look at everything in context.
+
+There are 3 main sections of a `keymap.c` file you'll want to concern yourself with:
 
 * The Definitions
 * The Layer/Keymap Datastructure