~ruther/qmk_firmware

55e671a6f98bc69799f0e7f9f787ec02efcb1656 — QMK Bot 2 years ago 9567114 + 98ed190
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/feature_combo.md
M docs/feature_combo.md => docs/feature_combo.md +1 -1
@@ 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`.