浏览代码

Updated FAQ Keymap (markdown)

tmk 11 年之前
父节点
当前提交
a94c683ab9
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      FAQ-Keymap.md

+ 4 - 0
FAQ-Keymap.md

@@ -1,4 +1,8 @@
 # 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
 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'.