summaryrefslogtreecommitdiffstats
path: root/docs/feature_combo.md
diff options
context:
space:
mode:
authorArialdo Martini <arialdomartini@gmail.com>2023-02-10 11:40:15 +0100
committerGitHub <noreply@github.com>2023-02-10 02:40:15 -0800
commit98ed19045d9b3956d124fca66f7f2239249f92b7 (patch)
treed4c36a0851fbcf8b3ec29f80c12beea90192d66b /docs/feature_combo.md
parentbccf2cba6aa4bcbed7041ee499ac312b42d0d563 (diff)
[Docs] Combos example consistently uses A B keys (#19792)
Diffstat (limited to 'docs/feature_combo.md')
-rw-r--r--docs/feature_combo.md2
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`.