diff options
author | Michael Clayton <mwc@clayto.com> | 2019-08-08 13:10:16 -0400 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-08-08 18:10:16 +0100 |
commit | 57540af102d034396c9f41a5a6e69ead8b10ba99 (patch) | |
tree | e177f4c6043ba66c04892927edc3fd10ee9d4c1a /docs | |
parent | 2c0c25d0140d75e0cd005b10aa5bc35837c363f5 (diff) | |
download | qmk_firmware-57540af102d034396c9f41a5a6e69ead8b10ba99.tar.gz qmk_firmware-57540af102d034396c9f41a5a6e69ead8b10ba99.zip |
Change "yu" to "you" in combo docs (#6510)
Diffstat (limited to 'docs')
-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 9db7be5119..d3eb896b28 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 tapping term would hit `ESC` instead, or have it perform even more complex tasks. -To enable this feature, yu need to add `COMBO_ENABLE = yes` to your `rules.mk`. +To enable this feature, you need to add `COMBO_ENABLE = yes` to your `rules.mk`. 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). <!-- At this time, this is necessary --> |