Skip to content

Commit

Permalink
[Docs] Combos example consistently uses A B keys (qmk#19792)
Browse files Browse the repository at this point in the history
  • Loading branch information
arialdomartini committed Feb 10, 2023
1 parent bccf2cb commit 98ed190
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
@@ -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`.

Expand Down

0 comments on commit 98ed190

Please sign in to comment.