Skip to content

Commit f679081

Browse files
TheRogueZetaCalcProgrammer1
authored andcommitted
Enable all modes for Polychrome v1
1 parent ad2dcdb commit f679081

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Controllers/ASRockSMBusController/RGBController_ASRockPolychromeV1SMBus.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RGBController_ASRockPolychromeV1SMBus::RGBController_ASRockPolychromeV1SMBus(ASR
105105
mode Music;
106106
Music.name = "Music";
107107
Music.value = POLYCHROME_V1_MODE_MUSIC;
108-
Music.flags = MODE_FLAG_HAS_PER_LED_COLOR | MODE_FLAG_AUTOMATIC_SAVE;
108+
Music.flags = MODE_FLAG_AUTOMATIC_SAVE;
109109
Music.color_mode = MODE_COLORS_NONE;
110110
modes.push_back(Music);
111111

@@ -122,7 +122,6 @@ RGBController_ASRockPolychromeV1SMBus::RGBController_ASRockPolychromeV1SMBus(ASR
122122
/*---------------------------------------------------------------------*\
123123
| Comment out until per zone modes are working. These are only for ARGB |
124124
\*---------------------------------------------------------------------*/
125-
/*
126125
mode Spring;
127126
Spring.name = "Spring";
128127
Spring.value = POLYCHROME_V1_MODE_SPRING;
@@ -192,7 +191,6 @@ RGBController_ASRockPolychromeV1SMBus::RGBController_ASRockPolychromeV1SMBus(ASR
192191
Rainbow.speed = POLYCHROME_V1_SPEED_DEFAULT_RAINBOW;
193192
Rainbow.color_mode = MODE_COLORS_NONE;
194193
modes.push_back(Rainbow);
195-
*/
196194

197195
/*---------------------------------------------------------------------*\
198196
| This ARGB_Config section is a hack to allow users to configure the |

0 commit comments

Comments
 (0)