aboutsummaryrefslogtreecommitdiffstats
path: root/docs/PCB_GUIDE.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-10 14:58:24 -0400
committerJack Humbert <jack.humb@gmail.com>2017-06-10 14:58:24 -0400
commitca01d94005f67ec4fa9528353481faa622d949ae (patch)
treedd6d59d065492e3bb8192263a8a7e7cc0709c48f /docs/PCB_GUIDE.md
parent558db0e03f0f3993e2b7fb5cc3f285393da0a4c3 (diff)
downloadfirmware-ca01d94005f67ec4fa9528353481faa622d949ae.tar.gz
firmware-ca01d94005f67ec4fa9528353481faa622d949ae.tar.bz2
firmware-ca01d94005f67ec4fa9528353481faa622d949ae.zip
convert docs to lowercase and underscores
Diffstat (limited to 'docs/PCB_GUIDE.md')
-rw-r--r--docs/PCB_GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PCB_GUIDE.md b/docs/PCB_GUIDE.md
index 16de71114..e07a11488 100644
--- a/docs/PCB_GUIDE.md
+++ b/docs/PCB_GUIDE.md
@@ -119,7 +119,7 @@ A number of other keycodes have been added that you may find useful:
The extended keymap extends the number of function layers from 32 to the near-infinite value of 256. Rather than using `FN<num>` notation (still available, but limited to `FN0`-`FN31`), you can use the `FUNC(<num>)` notation. `F(<num>)` is a shortcut for this.
-The function actions are unchanged, and you can see the full list of them [here](https://github.com/jackhumbert/tmk_keyboard/blob/master/common/action_code.h). They are explained in detail [here](https://github.com/jackhumbert/tmk_keyboard/blob/master/doc/keymap.md#2-action).
+The function actions are unchanged, and you can see the full list of them [here](https://github.com/qmk/qmk_firmware/blob/master/tmk_core/common/action_code.h). They are explained in detail [here](keymap.md#2-action).
### Macros