Skip to content

Commit e40617e

Browse files
Set LED select register for Polychrome V1
1 parent 7556a28 commit e40617e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controllers/PolychromeController/PolychromeController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ void PolychromeController::SetColorsAndSpeed(unsigned char led, unsigned char re
133133
switch(asrock_type)
134134
{
135135
case ASROCK_TYPE_ASRLED:
136-
case ASROCK_TYPE_POLYCHROME_V1:
137136
switch(active_mode)
138137
{
139138
/*-----------------------------------------------------*\
@@ -171,6 +170,7 @@ void PolychromeController::SetColorsAndSpeed(unsigned char led, unsigned char re
171170
std::this_thread::sleep_for(1ms);
172171
break;
173172

173+
case ASROCK_TYPE_POLYCHROME_V1:
174174
case ASROCK_TYPE_POLYCHROME_V2:
175175
/*-----------------------------------------------------*\
176176
| Select LED |

0 commit comments

Comments
 (0)