summaryrefslogtreecommitdiff
path: root/board/copano/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/copano/board.c')
-rw-r--r--board/copano/board.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/copano/board.c b/board/copano/board.c
index 9286f239b0..1cd9fef2a5 100644
--- a/board/copano/board.c
+++ b/board/copano/board.c
@@ -133,21 +133,6 @@ const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
/******************************************************************************/
/* PWM configuration */
const struct pwm_t pwm_channels[] = {
- [PWM_CH_LED1_BLUE] = {
- .channel = 2,
- .flags = PWM_CONFIG_ACTIVE_LOW | PWM_CONFIG_DSLEEP,
- .freq = 2400,
- },
- [PWM_CH_LED2_RED] = {
- .channel = 0,
- .flags = PWM_CONFIG_ACTIVE_LOW | PWM_CONFIG_DSLEEP,
- .freq = 2400,
- },
- [PWM_CH_LED3_GREEN] = {
- .channel = 1,
- .flags = PWM_CONFIG_ACTIVE_LOW | PWM_CONFIG_DSLEEP,
- .freq = 2400,
- },
[PWM_CH_KBLIGHT] = {
.channel = 3,
.flags = 0,