You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/docs/feature_velocikey.md

18 lines
899 B

# Momentum
Momentum is a feature that lets you control the speed of lighting effects (like the Rainbow Swirl effect) with the speed of your typing. The faster you type, the faster the lights will go!
## Usage
For Momentum to take effect, you need to enable it with the VLK_TOG keycode, which toggles it on and off.
The following light effects will all be controlled by Momentum when it is enabled:
- RGB Breathing
- RGB Rainbow Mood
- RGB Rainbow Swirl
- RGB Snake
- RGB Knight
As long as Momentum is enabled, it will control the speed regardless of any other speed setting that your RGB lights are currently on.
## Configuration
Momentum doesn't currently support any configuration via keyboard settings. If you want to adjust something like the speed increase or decay rate, you would need to edit `momentum.c` and adjust the values there to achieve the kinds of speeds that you like.