Relocate remaining process_record_quantum keycodes (#25328)
This commit is contained in:
parent
53c6fa5de7
commit
f096e5a3f3
7 changed files with 136 additions and 75 deletions
|
|
@ -200,6 +200,11 @@ bool process_underglow(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
#endif
|
||||
return false;
|
||||
#ifdef VELOCIKEY_ENABLE
|
||||
case QK_VELOCIKEY_TOGGLE:
|
||||
velocikey_toggle();
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue