diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 00c84cbf5..1ced6ae37 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -422,6 +422,9 @@ enum quantum_keycodes { | |||
422 | RGB_MODE_GRADIENT, | 422 | RGB_MODE_GRADIENT, |
423 | RGB_MODE_RGBTEST, | 423 | RGB_MODE_RGBTEST, |
424 | 424 | ||
425 | //Momentum matching toggle | ||
426 | VLK_TOG, | ||
427 | |||
425 | // Left shift, open paren | 428 | // Left shift, open paren |
426 | KC_LSPO, | 429 | KC_LSPO, |
427 | 430 | ||