This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import colorsys | |
import random | |
from time import sleep | |
from openrazer.client import DeviceManager | |
from openrazer.client import constants as razer_constants | |
FPS = 30 | |
WAVE_SPEED = 0.0025 | |
WAVE_REPEAT = 0.9 # How many waves fit across device |