summaryrefslogtreecommitdiffstats
path: root/docs/keymap.md
diff options
context:
space:
mode:
authorDylan Khor <thekhord@gmail.com>2017-10-16 02:26:51 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-16 03:03:23 +0200
commitaa660c1eb7cad0e248c69e60d8752fe997e666a7 (patch)
tree64026b8e44b586cba36f77d385daddd2c8b6a45d /docs/keymap.md
parent12b2e0ac73a17a8ae0da190c35830c21c61a8ee9 (diff)
downloadqmk_firmware-aa660c1eb7cad0e248c69e60d8752fe997e666a7.tar.gz
qmk_firmware-aa660c1eb7cad0e248c69e60d8752fe997e666a7.tar.xz
Broken link found in issue #1845
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 170fdaed7..1dedccc0d 100644
--- a/docs/keymap.md
+++ b/docs/keymap.md
@@ -79,7 +79,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 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.
+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.
There are 3 main sections of a `keymap.c` file you'll want to concern yourself with: