diff options
| author | skullY <skullydazed@gmail.com> | 2017-08-06 20:57:57 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-16 15:47:20 -0400 |
| commit | 9d1a08e38ac9937cff4e61abfd0acc26ad5fdf4a (patch) | |
| tree | 352da3e60b219405be323306bcd67a6729107d61 /docs/keymap.md | |
| parent | 9b879b1267cd5cbebf4d73595c7ca4ed52fe5ef4 (diff) | |
| download | qmk_firmware-9d1a08e38ac9937cff4e61abfd0acc26ad5fdf4a.tar.gz qmk_firmware-9d1a08e38ac9937cff4e61abfd0acc26ad5fdf4a.zip | |
Doc updates from going through every file
Diffstat (limited to 'docs/keymap.md')
| -rw-r--r-- | docs/keymap.md | 7 |
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 | ||
| 216 | This should have given you a basic overview for creating your own keymap. For more details see the following resources: | 216 | This 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 | ||
| 222 | 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 | 221 | 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)! |
