summaryrefslogtreecommitdiff
path: root/board/atlas/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/atlas/led.c')
-rw-r--r--board/atlas/led.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/board/atlas/led.c b/board/atlas/led.c
index 85c1ef9214..b76c5e9a8f 100644
--- a/board/atlas/led.c
+++ b/board/atlas/led.c
@@ -20,12 +20,12 @@ const int supported_led_ids_count = ARRAY_SIZE(supported_led_ids);
/* We may not be using the blue channel long term. */
struct pwm_led led_color_map[EC_LED_COLOR_COUNT] = {
/* Red, Green, Blue */
- [EC_LED_COLOR_RED] = { 45, 0, 0 },
- [EC_LED_COLOR_GREEN] = { 0, 30, 0 },
- [EC_LED_COLOR_BLUE] = { 0, 0, 60 },
- [EC_LED_COLOR_YELLOW] = { 25, 15, 0 },
- [EC_LED_COLOR_WHITE] = { 30, 25, 25 },
- [EC_LED_COLOR_AMBER] = { 40, 5, 0 },
+ [EC_LED_COLOR_RED] = { 70, 0, 0 },
+ [EC_LED_COLOR_GREEN] = { 0, 35, 0 },
+ [EC_LED_COLOR_BLUE] = { 0, 0, 100 },
+ [EC_LED_COLOR_YELLOW] = { 55, 15, 0 },
+ [EC_LED_COLOR_WHITE] = { 50, 30, 15 },
+ [EC_LED_COLOR_AMBER] = { 65, 5, 0 },
};
/* Two tri-color LEDs with red, green, and blue channels. */