]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fixed incorrect link to feature_combo.md in features.md docs file. Was linked to...
authorTheOneTrueTrench <38593283+TheOneTrueTrench@users.noreply.github.com>
Tue, 13 Nov 2018 00:46:01 +0000 (00:46 +0000)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Tue, 13 Nov 2018 00:46:01 +0000 (16:46 -0800)
docs/features.md

index 43d972e6896170a48a4e16a3af016ace23f7f2dc..85f4cf6e0081a4b68ac2f6308923f4b21820d6ff 100644 (file)
@@ -8,7 +8,7 @@ QMK has a staggering number of features for building your keyboard. It can take
 * [Auto Shift](feature_auto_shift.md) - Tap for the normal key, hold slightly longer for its shifted state.
 * [Backlight](feature_backlight.md) - LED lighting support for your keyboard.
 * [Bootmagic](feature_bootmagic.md) - Adjust the behavior of your keyboard using hotkeys.
-* [Combos](feature_combos.md) - Custom actions for multiple key holds.
+* [Combos](feature_combo.md) - Custom actions for multiple key holds.
 * [Command](feature_command.md) - Runtime version of bootmagic (Formerly known as "Magic").
 * [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself.
 * [Grave Escape](feature_grave_esc.md) - Lets you use a single key for Esc and Grave.