diff options
-rw-r--r-- | docs/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.md b/docs/features.md index 43d972e68..85f4cf6e0 100644 --- a/docs/features.md +++ b/docs/features.md | |||
@@ -8,7 +8,7 @@ QMK has a staggering number of features for building your keyboard. It can take | |||
8 | * [Auto Shift](feature_auto_shift.md) - Tap for the normal key, hold slightly longer for its shifted state. | 8 | * [Auto Shift](feature_auto_shift.md) - Tap for the normal key, hold slightly longer for its shifted state. |
9 | * [Backlight](feature_backlight.md) - LED lighting support for your keyboard. | 9 | * [Backlight](feature_backlight.md) - LED lighting support for your keyboard. |
10 | * [Bootmagic](feature_bootmagic.md) - Adjust the behavior of your keyboard using hotkeys. | 10 | * [Bootmagic](feature_bootmagic.md) - Adjust the behavior of your keyboard using hotkeys. |
11 | * [Combos](feature_combos.md) - Custom actions for multiple key holds. | 11 | * [Combos](feature_combo.md) - Custom actions for multiple key holds. |
12 | * [Command](feature_command.md) - Runtime version of bootmagic (Formerly known as "Magic"). | 12 | * [Command](feature_command.md) - Runtime version of bootmagic (Formerly known as "Magic"). |
13 | * [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself. | 13 | * [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself. |
14 | * [Grave Escape](feature_grave_esc.md) - Lets you use a single key for Esc and Grave. | 14 | * [Grave Escape](feature_grave_esc.md) - Lets you use a single key for Esc and Grave. |