summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-01-13 21:19:43 +0100
committertmk <tmk@users.noreply.github.com>2015-01-13 21:19:43 +0100
commita94c683ab9d56f9af5019510e51b86ae6d02cec7 (patch)
treebae3d14c17a1057f77d7644c7e5a689c6fe3031e
parentf27207e80793ab3bb8e639f6f08a46de1b0b844b (diff)
downloadqmk_firmware-a94c683ab9d56f9af5019510e51b86ae6d02cec7.tar.gz
qmk_firmware-a94c683ab9d56f9af5019510e51b86ae6d02cec7.tar.xz
Updated FAQ Keymap (markdown)
-rw-r--r--FAQ-Keymap.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index ea7fea7cb..b20148879 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -1,4 +1,8 @@
# Keymap
+## How to get keycode
+See [doc/keycode.txt](https://github.com/tmk/tmk_keyboard/blob/master/doc/keycode.txt).
+Keycodes are actually defined in [common/keycode.h](https://github.com/tmk/tmk_keyboard/blob/master/common/keycode.h).
+
## Sysrq key
Use keycode for Print Screen(`KC_PSCREEN` or `KC_PSCR`) instead of `KC_SYSREQ`. Key combination of 'Alt + Print Screen' is recognized as 'System request'.