diff options
Diffstat (limited to 'docs/keymap.md')
| -rw-r--r-- | docs/keymap.md | 2 |
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 | |||
| 79 | 79 | ||
| 80 | ## Anatomy Of A `keymap.c` | 80 | ## Anatomy Of A `keymap.c` |
| 81 | 81 | ||
| 82 | 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. | 82 | 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. |
| 83 | 83 | ||
| 84 | There are 3 main sections of a `keymap.c` file you'll want to concern yourself with: | 84 | There are 3 main sections of a `keymap.c` file you'll want to concern yourself with: |
| 85 | 85 | ||
