]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Change "yu" to "you" in combo docs (#6510)
authorMichael Clayton <mwc@clayto.com>
Thu, 8 Aug 2019 17:10:16 +0000 (13:10 -0400)
committerJoel Challis <git@zvecr.com>
Thu, 8 Aug 2019 17:10:16 +0000 (18:10 +0100)
docs/feature_combo.md

index 9db7be5119eca2c44102eba266a5685c1cbc3b41..d3eb896b2860a38c19c7b7bd3af39235b0b5c721 100644 (file)
@@ -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 -->