Skip to content

Commit

Permalink
Merge branch 'daniel/core/multi_led_audit1' into daniel/orbit/multi_l…
Browse files Browse the repository at this point in the history
…ed_pattern_select_fix
  • Loading branch information
LivingSynthesis committed Nov 29, 2023
2 parents e66bfc1 + 28b5924 commit cc2ddc9
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions VortexEngine/src/Modes/DefaultModes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
// the gloveset upon factory reset
const default_mode_entry default_modes[MAX_MODES] = {
{
PATTERN_BOUNCE, 3, {
HSV(0, 255, 255),
HSV(96, 255, 255),
HSV(160, 255, 255)
PATTERN_VORTEX, 5, {
RGB_RED,
RGB_GREEN,
RGB_BLUE,
0xABAA00,
0x5500AB
}
},

Expand Down Expand Up @@ -93,16 +95,6 @@ const default_mode_entry default_modes[MAX_MODES] = {
}
},

{
PATTERN_GHOSTCRUSH, 5, {
HSV(0, 0, 255),
HSV(0, 0, 255),
HSV(0, 0, 0),
HSV(0, 255, 170),
HSV(0, 0, 0)
}
},

{
PATTERN_STROBE, 8, {
0xD4002B,
Expand Down

0 comments on commit cc2ddc9

Please sign in to comment.