Skip to content

Commit

Permalink
Merge pull request #28 from Unreal-Dan/kurt/finishing-touches
Browse files Browse the repository at this point in the history
kurt/finishing-touches
  • Loading branch information
Unreal-Dan authored Jan 20, 2024
2 parents f26b7c8 + b4a0369 commit 631e540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Helios/Patterns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ void Patterns::make_pattern(PatternID id, Pattern &pat)
args.on_dur = 16;
args.off_dur = 20;
break;
case PATTERN_HYPNOSTROBE:
args.on_dur = 14;
args.off_dur = 10;
break;
case PATTERN_ULTRA_DOPS:
args.on_dur = 3;
args.off_dur = 1;
Expand Down
1 change: 1 addition & 0 deletions Helios/Patterns.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ enum PatternID : int8_t {
PATTERN_STROBE,
PATTERN_STROBIE,
PATTERN_HYPERSTROBE,
PATTERN_HYPNOSTROBE,
PATTERN_FLARE,
PATTERN_GLOW,
PATTERN_FLICKER,
Expand Down

0 comments on commit 631e540

Please sign in to comment.