diff options
author | Paul Williamson <squarefrog@gmail.com> | 2015-11-11 12:06:40 +0000 |
---|---|---|
committer | Paul Williamson <squarefrog@gmail.com> | 2015-11-11 12:06:40 +0000 |
commit | 03c1f72594204d1167c7e531cda1ba3f030681f5 (patch) | |
tree | a16542591e50cbf96762ec2b19ff60568ba52e7a | |
parent | 8002d8dc29d4863ad30408c9fde4a7c788cd3fc2 (diff) |
Updated file path for `tmk_core`
-rw-r--r-- | FAQ-Keymap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index 15c3c83a87..c38641eb07 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -3,7 +3,7 @@ https://github.com/tmk/tmk_keyboard/blob/master/doc/keymap.md ## 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). +Keycodes are actually defined in [common/keycode.h](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/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'. |