Updated FAQ Keymap (markdown)
parent
b51d9d5d3f
commit
7da82a6833
|
@ -2,8 +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 [doc/keycode.txt](https://github.com/tmk/tmk_core/blob/master/doc/keycode.txt).
|
See [Keycodes](Keycodes). Keycodes are actually defined in [common/keycode.h](https://github.com/qmk/qmk_keyboard/blob/master/common/keycode.h).
|
||||||
Keycodes are actually defined in [common/keycode.h](https://github.com/tmk/tmk_core/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 New Issue