]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/keymap.md
Creates a layouts/ folder for keymaps shared between keyboards (#1609)
[qmk_firmware.git] / docs / keymap.md
index 53b17f401962daac1e08b3993bb8f71d91ebd17a..170fdaed7d8980184e118a3eb17f3ec7e8cb8edd 100644 (file)
@@ -215,8 +215,7 @@ To actually handle the keypress event we define an `action_function()`. This fun
 
 This should have given you a basic overview for creating your own keymap. For more details see the following resources:
 
-* https://github.com/qmk/qmk_firmware/wiki/Keycodes
-* https://github.com/qmk/qmk_firmware/wiki/FAQ-Keymap
-* https://github.com/qmk/qmk_firmware/wiki/Keymap-examples
+* [Keycodes](keycodes.md)
+* [Keymap FAQ](faq_keymap.md)
 
-We are actively working to improve these docs. If you have suggestions for how they could be made better please [file an issue](https://github.com/qmk/qmk_firmware/issues/new)!
\ No newline at end of file
+We are actively working to improve these docs. If you have suggestions for how they could be made better please [file an issue](https://github.com/qmk/qmk_firmware/issues/new)!