aboutsummaryrefslogtreecommitdiff
path: root/docs/faq_keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq_keymap.md')
-rw-r--r--docs/faq_keymap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq_keymap.md b/docs/faq_keymap.md
index 9f54f2213..eb49a3699 100644
--- a/docs/faq_keymap.md
+++ b/docs/faq_keymap.md
@@ -1,9 +1,9 @@
1# Keymap FAQ 1# Keymap FAQ
2 2
3This page covers questions people often have about keymaps. If you haven't you should read [Keymap Overview](keymap.html) first. 3This page covers questions people often have about keymaps. If you haven't you should read [Keymap Overview](keymap.md) first.
4 4
5## What Keycodes Can I Use? 5## What Keycodes Can I Use?
6See [Basic Keycodes](keycodes.html) and [Quantum Keycodes](quantum_keycodes.html) for most of the keys you can define. 6See [Keycodes](keycodes.md) for an index of keycodes available to you. These link to more extensive documentation when available.
7 7
8Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/tmk_core/common/keycode.h). 8Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/tmk_core/common/keycode.h).
9 9