diff --git a/boards/feather-nrf52840-sense/include/board.h b/boards/feather-nrf52840-sense/include/board.h index abbc096f7a76..27de7b841465 100644 --- a/boards/feather-nrf52840-sense/include/board.h +++ b/boards/feather-nrf52840-sense/include/board.h @@ -90,6 +90,15 @@ extern "C" { #define LSM6DSXX_PARAM_ADDR (0x6A) /** @} */ +/** + * @name WS281x RGB LEDs configuration + * @{ + */ +#ifndef WS281X_PARAM_PIN +#define WS281X_PARAM_PIN GPIO_PIN(0, 16) /**< GPIO pin connected to the data pin of the first LED */ +#endif +/** @} */ + #ifdef __cplusplus } #endif