summaryrefslogtreecommitdiff
path: root/firmware/export/config/samsungyh820.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/samsungyh820.h')
-rw-r--r--firmware/export/config/samsungyh820.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h
index d937a3ff6c..51c829c70b 100644
--- a/firmware/export/config/samsungyh820.h
+++ b/firmware/export/config/samsungyh820.h
@@ -143,6 +143,13 @@
143 143
144#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE 144#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
145 145
146/* define current usage levels */
147#define CURRENT_NORMAL 90 /* All values are estimations from my battery */
148#define CURRENT_BACKLIGHT 50 /* benches and may need some tuning */
149#if defined(HAVE_RECORDING)
150#define CURRENT_RECORD 5
151#endif
152
146/* Hardware controlled charging */ 153/* Hardware controlled charging */
147#define CONFIG_CHARGING CHARGING_SIMPLE 154#define CONFIG_CHARGING CHARGING_SIMPLE
148 155