forked from mirrors/qmk_firmware
Add key caveat to combos doc
This commit is contained in:
parent
b1bf0879ad
commit
d3a6296199
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ combo_t key_combos[COMBO_COUNT] = {COMBO(test_combo, KC_ESC)};
|
||||||
This will send "Escape" if you hit the A and B keys.
|
This will send "Escape" if you hit the A and B keys.
|
||||||
|
|
||||||
!> This method only supports [basic keycodes](keycodes_basic.md). See the examples for more control.
|
!> This method only supports [basic keycodes](keycodes_basic.md). See the examples for more control.
|
||||||
|
!> You cannot reuse (share) keys in combos. Each key should only belong to a single combo.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue