Skip to content

Commit

Permalink
Change "yu" to "you" in combo docs (qmk#6510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcz authored and zvecr committed Aug 8, 2019
1 parent 2c0c25d commit 57540af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_combo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 57540af

Please sign in to comment.