Better default values for matrix* effects.
This commit is contained in:
parent
6b4f75b8bc
commit
d8fe055e3d
@ -26,8 +26,8 @@ struct Settings {
|
|||||||
struct /* matrix */ {
|
struct /* matrix */ {
|
||||||
uint16_t length_min = 4;
|
uint16_t length_min = 4;
|
||||||
uint16_t length_max = 20;
|
uint16_t length_max = 20;
|
||||||
uint16_t speed_min = 1;
|
uint16_t speed_min = 3;
|
||||||
uint16_t speed_max = 10;
|
uint16_t speed_max = 7;
|
||||||
} matrix;
|
} matrix;
|
||||||
|
|
||||||
struct /* confetti */ {
|
struct /* confetti */ {
|
||||||
|
Loading…
Reference in New Issue
Block a user