summaryrefslogtreecommitdiff
path: root/board/voema/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/voema/board.h')
-rw-r--r--board/voema/board.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/board/voema/board.h b/board/voema/board.h
index 93034565d8..e57217d07d 100644
--- a/board/voema/board.h
+++ b/board/voema/board.h
@@ -25,9 +25,7 @@
#define CONFIG_POWER_PP5000_CONTROL
/* LED defines */
-#define CONFIG_LED_PWM
-/* Although there are 2 LEDs, they are both controlled by the same lines. */
-#define CONFIG_LED_PWM_COUNT 1
+#define CONFIG_LED_ONOFF_STATES
/* Keyboard features */
@@ -162,10 +160,6 @@ enum battery_type {
};
enum pwm_channel {
- PWM_CH_LED1_BLUE = 0,
- PWM_CH_LED2_GREEN,
- PWM_CH_LED3_RED,
- PWM_CH_LED4_SIDESEL,
PWM_CH_FAN,
PWM_CH_KBLIGHT,
PWM_CH_COUNT