1
0
Fork 0

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
This commit is contained in:
Drashna Jael're 2019-07-16 01:37:19 -07:00 committed by skullydazed
parent 5fa0a274ea
commit c44fc68297
4 changed files with 73 additions and 10 deletions

View file

@ -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
};