forked from mirrors/qmk_userspace
Fix internal links in docs/ (#2080)
One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
This commit is contained in:
parent
28874a9f33
commit
7aaef16266
9 changed files with 13 additions and 14 deletions
|
@ -15,7 +15,7 @@ This will allow you to use `FN_CAPS` and `ALT_TAB` in your `KEYMAP()`, keeping i
|
|||
|
||||
### Limits of these aliases
|
||||
|
||||
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).
|
||||
Currently, the keycodes able to used with these functions are limited to the [Basic Keycodes](keycodes_basic.md), 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.md).
|
||||
|
||||
# Switching and toggling layers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue