vial/combo: prototype
This commit is contained in:
parent
e0c7388e5d
commit
8ccef55b3e
5 changed files with 40 additions and 0 deletions
|
|
@ -126,6 +126,10 @@ bool process_combo(uint16_t keycode, keyrecord_t *record) {
|
|||
drop_buffer = false;
|
||||
bool no_combo_keys_pressed = true;
|
||||
|
||||
if (keycode == KC_NO) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (keycode == CMB_ON && record->event.pressed) {
|
||||
combo_enable();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue