diff options
author | Brian Choromanski <BrianChoromanski@gmail.com> | 2018-02-28 16:43:15 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-28 16:43:15 -0500 |
commit | 8e99fbc884d8599a18327f1bae82433fe11e9b7a (patch) | |
tree | cf532f3c6516a5fabd93a45479ecb145070888a3 /docs/keycodes.md | |
parent | 524053e3c0eceab0eadf04cde6c2c0f1a77520fe (diff) | |
download | qmk_firmware-8e99fbc884d8599a18327f1bae82433fe11e9b7a.tar.gz qmk_firmware-8e99fbc884d8599a18327f1bae82433fe11e9b7a.zip |
Fixed typo of 'confid.h' to 'config.h' (#2448)
* Fixed typo of 'confid.h' to 'config.h'
* Fixed broken links in docs
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index fa02512de..030b23827 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -366,7 +366,7 @@ This is a reference only. Each group of keys links to the page documenting their | |||
366 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_GT`/`KC_RABK` |`>` | | 366 | |`KC_RIGHT_ANGLE_BRACKET`|`KC_GT`/`KC_RABK` |`>` | |
367 | |`KC_QUESTION` |`KC_QUES` |`?` | | 367 | |`KC_QUESTION` |`KC_QUES` |`?` | |
368 | 368 | ||
369 | ## [Switching and Toggling Layers](feature_common_shortcuts.md#switching-and-toggling-layers) | 369 | ## [Switching and Toggling Layers](feature_advanced_keycodes.md#switching-and-toggling-layers) |
370 | 370 | ||
371 | |Key |Description | | 371 | |Key |Description | |
372 | |---------------|----------------------------------------------------------------------------------| | 372 | |---------------|----------------------------------------------------------------------------------| |