diff options
author | qieq <25284336+qieq@users.noreply.github.com> | 2021-09-02 06:40:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 20:40:12 -0700 |
commit | bb356a1584aa30020744432b87304ba912079ee7 (patch) | |
tree | 43d54969b03340545f8ee9fdd700dd07e4377f87 | |
parent | 7575bc23a677c9d34f4416dcfd2db6eafc1fd623 (diff) | |
download | qmk_firmware-bb356a1584aa30020744432b87304ba912079ee7.tar.gz qmk_firmware-bb356a1584aa30020744432b87304ba912079ee7.zip |
[Docs] Update path to keycode.h (#14263)
-rw-r--r-- | docs/faq_keymap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_keymap.md b/docs/faq_keymap.md index 3de4cd240..dbeadba71 100644 --- a/docs/faq_keymap.md +++ b/docs/faq_keymap.md | |||
@@ -5,7 +5,7 @@ This page covers questions people often have about keymaps. If you haven't you s | |||
5 | ## What Keycodes Can I Use? | 5 | ## What Keycodes Can I Use? |
6 | See [Keycodes](keycodes.md) for an index of keycodes available to you. These link to more extensive documentation when available. | 6 | See [Keycodes](keycodes.md) for an index of keycodes available to you. These link to more extensive documentation when available. |
7 | 7 | ||
8 | Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/tmk_core/common/keycode.h). | 8 | Keycodes are actually defined in [quantum/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/quantum/keycode.h). |
9 | 9 | ||
10 | ## What Are the Default Keycodes? | 10 | ## What Are the Default Keycodes? |
11 | 11 | ||