diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-17 13:17:23 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-02-17 13:17:23 -0800 |
commit | 7da82a68334b9ace1a6e8edf4be3230bbfbc80eb (patch) | |
tree | 791682dbc56dbeb9a739580bb2e9d5a7c7cefab8 /FAQ-Keymap.md | |
parent | b51d9d5d3f646f5bc72f2c99a9a36f7aea2d51eb (diff) |
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r-- | FAQ-Keymap.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md index a26461c01c..444f7394f4 100644 --- a/FAQ-Keymap.md +++ b/FAQ-Keymap.md @@ -2,8 +2,7 @@ https://github.com/tmk/tmk_core/blob/master/doc/keymap.md ## How to get keycode -See [doc/keycode.txt](https://github.com/tmk/tmk_core/blob/master/doc/keycode.txt). -Keycodes are actually defined in [common/keycode.h](https://github.com/tmk/tmk_core/blob/master/common/keycode.h). +See [Keycodes](Keycodes). Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_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'. |