Skip to content

Commit

Permalink
revert edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert authored Jun 18, 2017
1 parent 4217cb5 commit 621ae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/key_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 621ae42

Please sign in to comment.