File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Controllers/ASRockSMBusController Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments