diff options
author | QMK Bot <hello@qmk.fm> | 2023-02-10 10:40:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-02-10 10:40:54 +0000 |
commit | 55e671a6f98bc69799f0e7f9f787ec02efcb1656 (patch) | |
tree | 5211bf0b7870119e0b8dfa6a32e93a004d6c928a /docs | |
parent | 95671148a4f451cd98b98e5d2b8d559ad12eb24d (diff) | |
parent | 98ed19045d9b3956d124fca66f7f2239249f92b7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 3af8b83643..c45e3fd0e4 100644 --- a/docs/feature_combo.md +++ b/docs/feature_combo.md @@ -1,6 +1,6 @@ # Combos -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. +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 `B` within the combo term would hit `ESC` instead, or have it perform even more complex tasks. To enable this feature, you need to add `COMBO_ENABLE = yes` to your `rules.mk`. |