diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-17 14:20:25 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-17 14:20:25 -0800 |
commit | 5f9532ea66f14f1a495c908c70c013aea4009579 (patch) | |
tree | 84b6a7ba65fa5ce8aeac5400537789ebe14ec08a /Keymap.md | |
parent | 686849755704dc15638905674421a716bf1c54de (diff) |
Updated Keymap (markdown)
Diffstat (limited to 'Keymap.md')
-rw-r--r-- | Keymap.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |