]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated file path for `tmk_core`
authorPaul Williamson <squarefrog@gmail.com>
Wed, 11 Nov 2015 12:06:40 +0000 (12:06 +0000)
committerPaul Williamson <squarefrog@gmail.com>
Wed, 11 Nov 2015 12:06:40 +0000 (12:06 +0000)
FAQ-Keymap.md

index 15c3c83a87315ff42a9f14d74c0bc885095ec212..c38641eb07d1a85d77fe24b8d3b42b271a451d20 100644 (file)
@@ -3,7 +3,7 @@ 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).
+Keycodes are actually defined in [common/keycode.h](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/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'.