diff options
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
| -rw-r--r-- | docs/feature_advanced_keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md index 9edb9fceb..b20acf3c4 100644 --- a/docs/feature_advanced_keycodes.md +++ b/docs/feature_advanced_keycodes.md | |||
| @@ -11,7 +11,7 @@ People often define custom names using `#define`. For example: | |||
| 11 | #define ALT_TAB LALT(KC_TAB) | 11 | #define ALT_TAB LALT(KC_TAB) |
| 12 | ``` | 12 | ``` |
| 13 | 13 | ||
| 14 | This will allow you to use `FN_CAPS` and `ALT_TAB` in your `KEYMAP()`, keeping it more readable. | 14 | This will allow you to use `FN_CAPS` and `ALT_TAB` in your keymap, keeping it more readable. |
| 15 | 15 | ||
| 16 | ## Caveats | 16 | ## Caveats |
| 17 | 17 | ||
