mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Deprecate VLK_TOG for VK_TOGG (#18807)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user