From b420185f5bc67f46d4733e52bd0ee01e98e75fd0 Mon Sep 17 00:00:00 2001 From: Erez Zukerman Date: Thu, 19 Jan 2017 20:38:13 -0500 Subject: [PATCH] Added KC_QUES, updated file path. --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 0c33a425b1..60a80a7cae 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 $