diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 0ccba0de20..8a26efc70c 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -37,6 +37,9 @@ /* Define this if you have a MAS3587F */ #define CONFIG_CODEC MAS3587F +/* Enable this if you have done the backlight mod */ +//#define CONFIG_BACKLIGHT BL_PA14_HI + #define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ #ifndef SIMULATOR diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index a535e47905..8237d8cec7 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -30,6 +30,9 @@ /* Define this if you have a MAS3539F */ #define CONFIG_CODEC MAS3539F +/* Enable this if you have done the backlight mod */ +//#define CONFIG_BACKLIGHT BL_PA14_HI + #define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ #ifndef SIMULATOR