1
0
Fork 0

Deprecate VLK_TOG for VK_TOGG (#18807)

This commit is contained in:
Ryan 2022-10-23 07:45:20 +11:00 committed by GitHub
parent 2e2e7511fd
commit 74484e21af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 49 additions and 44 deletions

View file

@ -379,7 +379,7 @@ bool process_record_quantum(keyrecord_t *record) {
#endif
return false;
#ifdef VELOCIKEY_ENABLE
case VLK_TOG:
case QK_VELOCIKEY_TOGGLE:
velocikey_toggle();
return false;
#endif