summaryrefslogtreecommitdiff
path: root/board/drawcia/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/drawcia/board.h')
-rw-r--r--board/drawcia/board.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/drawcia/board.h b/board/drawcia/board.h
index 5386b518c9..5352fc6cb8 100644
--- a/board/drawcia/board.h
+++ b/board/drawcia/board.h
@@ -31,10 +31,6 @@
#define CONFIG_CHARGER_OTG
#undef CONFIG_CHARGER_SINGLE_CHIP
-/* LED */
-#define CONFIG_LED_PWM
-#define CONFIG_LED_PWM_COUNT 1
-
/* Sensors */
#define CONFIG_ACCEL_LIS2DE /* Lid accel */
#define CONFIG_ACCELGYRO_LSM6DSM /* Base accel */
@@ -94,9 +90,6 @@ enum chg_id {
enum pwm_channel {
PWM_CH_KBLIGHT,
- PWM_CH_LED_RED,
- PWM_CH_LED_GREEN,
- PWM_CH_LED_BLUE,
PWM_CH_COUNT,
};