diff options
author | Drashna Jaelre <drashna@live.com> | 2019-07-16 01:37:19 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-16 01:37:19 -0700 |
commit | c44fc68297029da87233777aff6978d39caebbb1 (patch) | |
tree | f580b1ae96684577caa899a8180a2f9cb4a81aca /quantum/quantum_keycodes.h | |
parent | 5fa0a274eaf6c3f2b1dbd4e6e23a4c3b884f1d44 (diff) | |
download | qmk_firmware-c44fc68297029da87233777aff6978d39caebbb1.tar.gz |
Allow Combo feature to be enabled/disabled live (#6318)
* Add ability to enable/disable combos
* Update documentation for Combo feature
* Change keycodes for appeasement
* Simplify combo_toggle function
* Update names
* Update combo docs to use tables
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 779c355ef..207e0a826 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -489,6 +489,9 @@ enum quantum_keycodes { // Right control, close paren KC_RAPC, + CMB_ON, + CMB_OFF, + CMB_TOG, // always leave at the end SAFE_RANGE }; |