]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added KC_QUES, updated file path.
authorErez Zukerman <bulk@ezuk.org>
Fri, 20 Jan 2017 01:38:13 +0000 (20:38 -0500)
committerErez Zukerman <bulk@ezuk.org>
Fri, 20 Jan 2017 01:38:13 +0000 (20:38 -0500)
Home.md

diff --git a/Home.md b/Home.md
index 0c33a425b1f16185023eb611b3e5504f5cebed31..60a80a7caeb117e3261ccf72c59063c920bf08d5 100644 (file)
--- a/Home.md
+++ b/Home.md
@@ -388,10 +388,11 @@ You can also chain these, like this:
 
     LALT(LCTL(KC_DEL)) -- this makes a key that sends Alt, Control, and Delete in a single keypress.
 
-The following shortcuts automatically add `LSFT()` to keycodes to get commonly used symbols. Their long names are also available and documented in `/quantum/keymap_common.h`.
+The following shortcuts automatically add `LSFT()` to keycodes to get commonly used symbols. Their long names are also available and documented in `quantum/quantum_keycodes.h`.
 
     KC_TILD  ~
     KC_EXLM  !
+    KC_QUES  ?
     KC_AT    @
     KC_HASH  #
     KC_DLR   $