summaryrefslogtreecommitdiffstats
path: root/docs/PCB_GUIDE.md
diff options
context:
space:
mode:
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