summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-player.h2
-rw-r--r--firmware/export/config-recorder.h2
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 @@
52/* Define this for LCD backlight available */ 52/* Define this for LCD backlight available */
53#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ 53#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
54 54
55#define CONFIG_I2C I2C_PLAYREC
56
55#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */ 57#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */
56 58
57#ifndef SIMULATOR 59#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 @@
59 and then set it to input to see if it stays low or goes high */ 59 and then set it to input to see if it stays low or goes high */
60#define HAVE_I2C_LOW_FIRST 60#define HAVE_I2C_LOW_FIRST
61 61
62#define CONFIG_I2C I2C_PLAYREC
63
62/* Define this if you control power on PADR (instead of PBDR) */ 64/* Define this if you control power on PADR (instead of PBDR) */
63#define HAVE_POWEROFF_ON_PADR 65#define HAVE_POWEROFF_ON_PADR
64 66
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 @@
46/* Define this for LCD backlight available */ 46/* Define this for LCD backlight available */
47#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ 47#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
48 48
49#define CONFIG_I2C I2C_PLAYREC
50
49#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */ 51#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
50 52
51#ifndef SIMULATOR 53#ifndef SIMULATOR