]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - FAQ-Keymap.md
Updated FAQ Build (markdown)
[qmk_firmware.git] / FAQ-Keymap.md
index ea7fea7cb2d6a87015159faa51b83eaf39d340bc..0f0e646c44b36d978f68598b3662c760ab283587 100644 (file)
@@ -1,4 +1,10 @@
-# Keymap
+## READ FIRST
+https://github.com/tmk/tmk_keyboard/blob/master/doc/keymap.md
+
+## 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'.