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
105
105
mode Music;
106
106
Music.name = " Music" ;
107
107
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;
109
109
Music.color_mode = MODE_COLORS_NONE;
110
110
modes.push_back (Music);
111
111
@@ -122,7 +122,6 @@ RGBController_ASRockPolychromeV1SMBus::RGBController_ASRockPolychromeV1SMBus(ASR
122
122
/* ---------------------------------------------------------------------*\
123
123
| Comment out until per zone modes are working. These are only for ARGB |
124
124
\*---------------------------------------------------------------------*/
125
- /*
126
125
mode Spring;
127
126
Spring.name = " Spring" ;
128
127
Spring.value = POLYCHROME_V1_MODE_SPRING;
@@ -192,7 +191,6 @@ RGBController_ASRockPolychromeV1SMBus::RGBController_ASRockPolychromeV1SMBus(ASR
192
191
Rainbow.speed = POLYCHROME_V1_SPEED_DEFAULT_RAINBOW;
193
192
Rainbow.color_mode = MODE_COLORS_NONE;
194
193
modes.push_back (Rainbow);
195
- */
196
194
197
195
/* ---------------------------------------------------------------------*\
198
196
| 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