summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-02 03:41:03 +0000
committerQMK Bot <hello@qmk.fm>2021-09-02 03:41:03 +0000
commitd437f78f57a66dcfd7e6d4f95205f65b022e7012 (patch)
tree9a1078fc059c15bb6adc159b253bea3eb387c97e /docs
parent48a7b5023826eded381a392c2572b7e62bb2506a (diff)
parentbb356a1584aa30020744432b87304ba912079ee7 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/faq_keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_keymap.md b/docs/faq_keymap.md
index 3de4cd2409..dbeadba710 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
## What Keycodes Can I Use?
See [Keycodes](keycodes.md) for an index of keycodes available to you. These link to more extensive documentation when available.
-Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/tmk_core/common/keycode.h).
+Keycodes are actually defined in [quantum/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/quantum/keycode.h).
## What Are the Default Keycodes?