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:
parent
5fa0a274ea
commit
c44fc68297
4 changed files with 73 additions and 10 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue