diff options
-rw-r--r-- | firmware/export/config-fmrecorder.h | 2 | ||||
-rw-r--r-- | firmware/export/config-player.h | 2 | ||||
-rw-r--r-- | firmware/export/config-recorder.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index d9377bc6f9..c43c883c39 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -52,6 +52,8 @@ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ +#define CONFIG_I2C I2C_PLAYREC + #define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */ #ifndef SIMULATOR diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 0517253f3c..123b7b2b81 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -59,6 +59,8 @@ and then set it to input to see if it stays low or goes high */ #define HAVE_I2C_LOW_FIRST +#define CONFIG_I2C I2C_PLAYREC + /* Define this if you control power on PADR (instead of PBDR) */ #define HAVE_POWEROFF_ON_PADR diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 4b79e0b3ae..de4617c74e 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -46,6 +46,8 @@ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ +#define CONFIG_I2C I2C_PLAYREC + #define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */ #ifndef SIMULATOR |