Relocate remaining process_record_quantum keycodes (#25328)

This commit is contained in:
Joel Challis 2025-06-03 23:44:46 +01:00 committed by GitHub
parent 53c6fa5de7
commit f096e5a3f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 136 additions and 75 deletions

View file

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