diff --git a/configs/SPRACINGH7EXTREME/config.h b/configs/SPRACINGH7EXTREME/config.h index 4de3632d..e124cae5 100644 --- a/configs/SPRACINGH7EXTREME/config.h +++ b/configs/SPRACINGH7EXTREME/config.h @@ -127,6 +127,11 @@ #define USE_SDCARD #define USE_TRANSPONDER +// The target has a specific set of pads for the LED strip. +#ifndef USE_LED_STRIP +#define USE_LED_STRIP +#endif + #define BEEPER_PIN PD7 #define MOTOR1_PIN PA0 #define MOTOR2_PIN PA1 diff --git a/configs/SPRACINGH7NANO/config.h b/configs/SPRACINGH7NANO/config.h index 42754f01..45db478c 100644 --- a/configs/SPRACINGH7NANO/config.h +++ b/configs/SPRACINGH7NANO/config.h @@ -136,6 +136,11 @@ #define USE_CAMERA_CONTROL #define USE_MAX7456 +// The target has a specific set of pads for the LED strip. +#ifndef USE_LED_STRIP +#define USE_LED_STRIP +#endif + #define BEEPER_PIN PD7 #define MOTOR1_PIN PA0 #define MOTOR2_PIN PA1 diff --git a/configs/SPRACINGH7RF/config.h b/configs/SPRACINGH7RF/config.h index dff68391..707c25b8 100644 --- a/configs/SPRACINGH7RF/config.h +++ b/configs/SPRACINGH7RF/config.h @@ -153,6 +153,11 @@ #define USE_FLASH_W25Q128FV #define USE_SDCARD +// The target has a connector and circuit for the LED strip. +#ifndef USE_LED_STRIP +#define USE_LED_STRIP +#endif + #ifndef USE_OSD #define USE_OSD #endif diff --git a/configs/SPRACINGH7ZERO/config.h b/configs/SPRACINGH7ZERO/config.h index 37bf280b..ef2846c1 100644 --- a/configs/SPRACINGH7ZERO/config.h +++ b/configs/SPRACINGH7ZERO/config.h @@ -147,6 +147,11 @@ #define USE_CAMERA_CONTROL #define USE_MAX7456 +// The target has a specific set of pads for the LED strip. +#ifndef USE_LED_STRIP +#define USE_LED_STRIP +#endif + #define BEEPER_PIN PD7 #define MOTOR1_PIN PA0 #define MOTOR2_PIN PA1