aboutsummaryrefslogtreecommitdiff
path: root/docs/keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/keymap.md')
-rw-r--r--docs/keymap.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/keymap.md b/docs/keymap.md
index 53b17f401..170fdaed7 100644
--- a/docs/keymap.md
+++ b/docs/keymap.md
@@ -215,8 +215,7 @@ To actually handle the keypress event we define an `action_function()`. This fun
215 215
216This should have given you a basic overview for creating your own keymap. For more details see the following resources: 216This should have given you a basic overview for creating your own keymap. For more details see the following resources:
217 217
218* https://github.com/qmk/qmk_firmware/wiki/Keycodes 218* [Keycodes](keycodes.md)
219* https://github.com/qmk/qmk_firmware/wiki/FAQ-Keymap 219* [Keymap FAQ](faq_keymap.md)
220* https://github.com/qmk/qmk_firmware/wiki/Keymap-examples
221 220
222We 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 221We 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)!