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

@ -470,7 +470,7 @@ void post_process_record_user_rgb(uint16_t keycode, keyrecord_t *record) {
break;
#ifdef VELOCIKEY_ENABLE
case VLK_TOG:
case QK_VELOCIKEY_TOGGLE:
rgb_layer_ack_yn(velocikey_enabled());
break;
#endif