mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
Updated FAQ Keymap (markdown)
This commit is contained in:
parent
7da82a6833
commit
359245bcc6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
https://github.com/tmk/tmk_core/blob/master/doc/keymap.md
|
https://github.com/tmk/tmk_core/blob/master/doc/keymap.md
|
||||||
|
|
||||||
## How to get keycode
|
## How to get keycode
|
||||||
See [Keycodes](Keycodes). Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_keyboard/blob/master/common/keycode.h).
|
See [Keycodes](Keycodes). Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/tmk_core/common/keycode.h).
|
||||||
|
|
||||||
## Sysrq key
|
## 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'.
|
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'.
|
||||||
|
|
Loading…
Reference in a new issue