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.

29 lines
1.2 KiB

  1. # Velocikey
  2. Velocikey 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!
  3. ## Usage
  4. For Velocikey to take effect, there are two steps. First, when compiling your keyboard, you'll need to set `VELOCIKEY_ENABLE=yes` in `rules.mk`, e.g.:
  5. ```
  6. MOUSEKEY_ENABLE = no
  7. STENO_ENABLE = no
  8. EXTRAKEY_ENABLE = yes
  9. VELOCIKEY_ENABLE = yes
  10. ```
  11. Then, while using your keyboard, you need to also turn it on with the `VLK_TOG` keycode, which toggles the feature on and off.
  12. The following light effects will all be controlled by Velocikey when it is enabled:
  13. - RGB Breathing
  14. - RGB Rainbow Mood
  15. - RGB Rainbow Swirl
  16. - RGB Snake
  17. - RGB Knight
  18. Support for LED breathing effects is planned but not available yet.
  19. As long as Velocikey is enabled, it will control the speed regardless of any other speed setting that your RGB lights are currently on.
  20. ## Configuration
  21. Velocikey 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 `velocikey.c` and adjust the values there to achieve the kinds of speeds that you like.