1
0
Fork 0

revert edit

This commit is contained in:
Jack Humbert 2017-06-18 13:28:34 -04:00 committed by GitHub
parent 4217cb5bbc
commit 621ae42a6c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Instead of using `FNx` when defining `ACTION_*` functions, you can use `F(x)` -
### Limits of these aliases
Currently, the keycodes able to used with these functions are limited to the TMK ones, 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 this list](keycode.md).
Currently, the keycodes able to used with these functions are limited to the TMK ones, 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 this list](keycode.txt).
### Switching and toggling layers