summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/system.h b/src/system.h
index e3b8fc5..10a2f73 100644
--- a/src/system.h
+++ b/src/system.h
@@ -27,14 +27,14 @@ class System {
enum BCMode : uint8_t {
OFF = 0,
WARMWHITE,
+ SLOWRGB,
+ SUN,
RED,
GREEN,
BLUE,
YELLOW,
MAGENTA,
CYAN,
- SUN,
- SLOWRGB,
FASTRGB,
SLOWRGB2,
FASTRGB2,