summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-23 07:45:20 +1100
committerGitHub <noreply@github.com>2022-10-22 21:45:20 +0100
commit74484e21afc819b8e20f408aebc5c4e6cfdcc991 (patch)
tree0549490929ac1b13d035e1ea3b13b32debc26dc1 /users
parent2e2e7511fdcafd42659d77eeeff4da88301f73ee (diff)
Deprecate `VLK_TOG` for `VK_TOGG` (#18807)
Diffstat (limited to 'users')
-rw-r--r--users/spidey3/layer_rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/spidey3/layer_rgb.c b/users/spidey3/layer_rgb.c
index 835a79186b..102848fc90 100644
--- a/users/spidey3/layer_rgb.c
+++ b/users/spidey3/layer_rgb.c
@@ -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