diff --git a/conf/modules/light_scheduler.xml b/conf/modules/light_scheduler.xml
index 16a3b39ce3..dc9b8e83cf 100644
--- a/conf/modules/light_scheduler.xml
+++ b/conf/modules/light_scheduler.xml
@@ -9,6 +9,7 @@
This module is an example of controlling several leds with the color changing continuously.
Implementation for ChibiOS using DMA.
+
@@ -17,6 +18,8 @@
+
+
diff --git a/sw/airborne/boards/apogee/chibios/v1.0/board.h b/sw/airborne/boards/apogee/chibios/v1.0/board.h
index 47ab300677..3f38cc0fa6 100644
--- a/sw/airborne/boards/apogee/chibios/v1.0/board.h
+++ b/sw/airborne/boards/apogee/chibios/v1.0/board.h
@@ -582,7 +582,6 @@
/**
* For WS2812
*/
-#define STM32_PWM_USE_TIM1 TRUE
#define WS2812D1_GPIO GPIOA
#define WS2812D1_PIN GPIO8
#define WS2812D1_AF 1
diff --git a/sw/airborne/boards/tawaki/chibios/v1.0/tawaki.h b/sw/airborne/boards/tawaki/chibios/v1.0/tawaki.h
index 025be0cc6e..46b74bbecd 100644
--- a/sw/airborne/boards/tawaki/chibios/v1.0/tawaki.h
+++ b/sw/airborne/boards/tawaki/chibios/v1.0/tawaki.h
@@ -819,7 +819,6 @@
/**
* For WS2812
*/
-#define STM32_PWM_USE_TIM5 TRUE
#define WS2812D1_GPIO GPIOA
#define WS2812D1_PIN GPIO0
#define WS2812D1_AF 2