summaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorErez Zukerman <bulk@ezuk.org>2017-01-20 02:38:13 +0100
committerErez Zukerman <bulk@ezuk.org>2017-01-20 02:38:13 +0100
commitb420185f5bc67f46d4733e52bd0ee01e98e75fd0 (patch)
treed2da9dce02189f99ab85b7f9ed50391ceab28caa /Home.md
parent032712866f0b280b464a1168bfe7d632027075f5 (diff)
downloadqmk_firmware-b420185f5bc67f46d4733e52bd0ee01e98e75fd0.tar.gz
qmk_firmware-b420185f5bc67f46d4733e52bd0ee01e98e75fd0.tar.xz
Added KC_QUES, updated file path.
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index 0c33a425b..60a80a7ca 100644
--- 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 $