diff options
-rw-r--r-- | docs/feature_combo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_combo.md b/docs/feature_combo.md index 9db7be511..d3eb896b2 100644 --- a/docs/feature_combo.md +++ b/docs/feature_combo.md | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | 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 tapping term would hit `ESC` instead, or have it perform even more complex tasks. | 3 | 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 tapping term would hit `ESC` instead, or have it perform even more complex tasks. |
4 | 4 | ||
5 | To enable this feature, yu need to add `COMBO_ENABLE = yes` to your `rules.mk`. | 5 | To enable this feature, you need to add `COMBO_ENABLE = yes` to your `rules.mk`. |
6 | 6 | ||
7 | Additionally, in your `config.h`, you'll need to specify the number of combos that you'll be using, by adding `#define COMBO_COUNT 1` (replacing 1 with the number that you're using). | 7 | Additionally, in your `config.h`, you'll need to specify the number of combos that you'll be using, by adding `#define COMBO_COUNT 1` (replacing 1 with the number that you're using). |
8 | <!-- At this time, this is necessary --> | 8 | <!-- At this time, this is necessary --> |