Skip to content

Commit cb12727

Browse files
Set default delay to 25ms
1 parent 60daac6 commit cb12727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeyboardVisualizerCommon/Visualizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void Visualizer::Initialize()
241241
bkgd_step = 0;
242242
bkgd_bright = 100;
243243
bkgd_mode = VISUALIZER_PATTERN_ANIM_RAINBOW_SINUSOIDAL;
244-
delay = 500;
244+
delay = 25;
245245
window_mode = 1;
246246
decay = 80;
247247
frgd_mode = VISUALIZER_PATTERN_STATIC_GREEN_YELLOW_RED;

0 commit comments

Comments
 (0)