diff options
Diffstat (limited to 'control/state.h')
-rw-r--r-- | control/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control/state.h b/control/state.h index 5f9525f..fab1e12 100644 --- a/control/state.h +++ b/control/state.h @@ -2,6 +2,7 @@ #define _STATE_H_ enum led_mode { + MODE_SOLID_WARM, MODE_SOLID_RED, MODE_SOLID_GREEN, MODE_SOLID_BLUE, |