Skip to content

Commit e74faeb

Browse files
Rename Static mode to Direct mode for RGB Fusion 2 SMBus
1 parent 70c51ab commit e74faeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

RGBController/RGBController_RGBFusion2SMBus.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ RGBController_RGBFusion2SMBus::RGBController_RGBFusion2SMBus(RGBFusion2SMBusCont
4747

4848
type = DEVICE_TYPE_MOTHERBOARD;
4949

50-
mode Static;
51-
Static.name = "Static";
52-
Static.value = RGB_FUSION_2_MODE_STATIC;
53-
Static.flags = MODE_FLAG_HAS_PER_LED_COLOR;
54-
Static.color_mode = MODE_COLORS_PER_LED;
55-
modes.push_back(Static);
50+
mode Direct;
51+
Direct.name = "Direct";
52+
Direct.value = RGB_FUSION_2_MODE_STATIC;
53+
Direct.flags = MODE_FLAG_HAS_PER_LED_COLOR;
54+
Direct.color_mode = MODE_COLORS_PER_LED;
55+
modes.push_back(Direct);
5656

5757
mode Pulse;
5858
Pulse.name = "Pulse";

0 commit comments

Comments
 (0)