Summary
The Combo feature is a solution for adding custom actions by hitting multiple keys at once. For instance, hitting A and B within the combo term would hit ESC instead, or have it perform more complex tasks.
1
2
It can also be used to layer multiple combos, allowing for even more complex actions.
1
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
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.
qmk_firmware/feature_combo.md at master - GitHub
github.com
Summary
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.
Combos - QMK
qmk.fm
Before only basic keycodes could be used. Now you can have Mod-Taps, Layer-Taps, One Shot Modifiers, RESET and many others. There are also new options for setting COMBO_TERM per combo, …
Process combos earlier & overlapping combos #8591
github.com
Combos and layer templates. Because combos look at the entire layout rather than a particular layer , we can’t include them as part of a Layer Template. So you could have…
Introducing Combos | ZSA: The Blog
zsa.io
layer _state は MO ( layer ) などのキーコードによって切り替えられ、特定のキーを押している間、一時的に有効としたいレイヤーなどを設定します。 上記の例ではFNキー ( MO_FN )が押されている間だけ KL_FN レイヤーが有効化されます。 レイヤーを切り替えるためのマクロは他にもいくつの種類が用意されています。 詳細は公式マニュアルの 'Switching and Toggling Layers ' を参照してください。 KL_FN に定義されたキーコードで _______ は、 KC_TRANS の別名で、このキーが押された場合は、レイヤーを透過して、より下位の有効なレイヤーのキーコードが選択されます。
QMK チートシート - Qiita
qiita.com