diff options
Diffstat (limited to 'docs/PCB_GUIDE.md')
-rw-r--r-- | docs/PCB_GUIDE.md | 2 |
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: | |||
119 | 119 | ||
120 | 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. | 120 | 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. |
121 | 121 | ||
122 | 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). | 122 | 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). |
123 | 123 | ||
124 | ### Macros | 124 | ### Macros |
125 | 125 | ||