summaryrefslogtreecommitdiff
path: root/docs/keymap.md
diff options
context:
space:
mode:
authormmikeww <mmikeww@users.noreply.github.com>2017-12-01 11:47:19 -0500
committerJack Humbert <jack.humb@gmail.com>2017-12-02 23:55:58 -0500
commitb9f426ae1e43676d7f05829df9f50ae2675e8553 (patch)
tree9e78e3dbcc600441787095d7d5b8febb8a9c0a1d /docs/keymap.md
parent52b0ad649cb8dcb4d89f0c20ebb06f2def1505e1 (diff)
Fix broken link in docs
This link was broken. And the latest, live version of that keymap link doesn't line up with the docs below, so the link will now point to the older version of the file in the git history
Diffstat (limited to 'docs/keymap.md')
-rw-r--r--docs/keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keymap.md b/docs/keymap.md
index 62130d700e..092ea8678b 100644
--- a/docs/keymap.md
+++ b/docs/keymap.md
@@ -77,7 +77,7 @@ Key with `KC_TRANS` (`KC_TRNS` and `_______` are the alias) doesn't has its own
## Anatomy Of A `keymap.c`
-For this example we will walk through the [default Clueboard 66% keymap](https://github.com/qmk/qmk_firmware/blob/master/keyboards/clueboard_66/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.
+For this example we will walk through an [older version of the default Clueboard 66% keymap](https://github.com/qmk/qmk_firmware/blob/ca01d94005f67ec4fa9528353481faa622d949ae/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: