Enable CYCLE_MODE_RANOM by default.

This commit is contained in:
Fabian Schlenz 2019-06-18 18:12:36 +02:00
parent ae02509712
commit 5af7c6337d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define MONITOR_LOOP_TIME_COUNT_MAX 10
#define EFFECT_CYCLE_TIME 300 // Time in seconds between cycling effects.
#define EFFECT_CYCLE_RANDOM false
#define EFFECT_CYCLE_RANDOM true
#define EFFECT_MATRIX_LENGTH_MIN 4
#define EFFECT_MATRIX_LENGTH_MAX 20