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 qmk_firmware-c44fc68297029da87233777aff6978d39caebbb1.zip | |
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 { | |||
| 489 | // Right control, close paren | 489 | // Right control, close paren |
| 490 | KC_RAPC, | 490 | KC_RAPC, |
| 491 | 491 | ||
| 492 | CMB_ON, | ||
| 493 | CMB_OFF, | ||
| 494 | CMB_TOG, | ||
| 492 | // always leave at the end | 495 | // always leave at the end |
| 493 | SAFE_RANGE | 496 | SAFE_RANGE |
| 494 | }; | 497 | }; |
