diff options
Diffstat (limited to 'docs/feature_common_shortcuts.md')
-rw-r--r-- | docs/feature_common_shortcuts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_common_shortcuts.md b/docs/feature_common_shortcuts.md index e91142026..a3dde8b67 100644 --- a/docs/feature_common_shortcuts.md +++ b/docs/feature_common_shortcuts.md | |||
@@ -13,7 +13,7 @@ This will allow you to use `FN_CAPS` and `ALT_TAB` in your `KEYMAP()`, keeping i | |||
13 | 13 | ||
14 | ### Limits of these aliases | 14 | ### Limits of these aliases |
15 | 15 | ||
16 | Currently, the keycodes able to used with these functions are limited to the [Basic Keycodes](keycodes.html), meaning you can't use keycodes like `KC_TILD`, or anything greater than 0xFF. For a full list of the keycodes able to be used see [Keycodes](keycodes.html). | 16 | Currently, the keycodes able to used with these functions are limited to the [Basic Keycodes](keycodes_basic.html), meaning you can't use keycodes like `KC_TILD`, or anything greater than 0xFF. For a full list of the keycodes able to be used see [Basic Keycodes](keycodes_basic.html). |
17 | 17 | ||
18 | ## Switching and toggling layers | 18 | ## Switching and toggling layers |
19 | 19 | ||