Updated FAQ Keymap (markdown)
This commit is contained in:
parent
f27207e807
commit
a94c683ab9
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
# Keymap
|
# 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
|
## 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