From 3f84f7c556915174c1443613c91ebf017da5bf04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ch=C3=A9yo=20Jim=C3=A9nez?= Date: Thu, 17 Mar 2022 06:39:02 -0700 Subject: [PATCH] Update feature_combo.md --- docs/feature_combo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_combo.md b/docs/feature_combo.md index 22f9d40b0d9..5c538d12b52 100644 --- a/docs/feature_combo.md +++ b/docs/feature_combo.md @@ -2,7 +2,7 @@ The Combo feature is a chording type solution for adding custom actions. It lets you hit multiple keys at once and produce a different effect. For instance, hitting `A` and `S` within the combo term would hit `ESC` instead, or have it perform even more complex tasks. -Please see [Key Overrides](https://docs.qmk.fm/#/feature_key_overrides?id=difference-to-combos) for multiple keys modifiers like shift. +Please see [Key Overrides](https://docs.qmk.fm/#/feature_key_overrides?id=difference-to-combos) for multiple keys with modifiers like shift. To enable this feature, you need to add `COMBO_ENABLE = yes` to your `rules.mk`.