summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index b22ff0eb22..ad73f379b9 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -102,6 +102,9 @@
102#define BATTERY_TYPES_COUNT 1 /* only one type */ 102#define BATTERY_TYPES_COUNT 1 /* only one type */
103#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 103#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
104 104
105/* Define this if you can run rockbox from flash memory */
106#define HAVE_FLASHED_ROCKBOX
107
105/* Define if we have a hardware defect that causes ticking on the audio line */ 108/* Define if we have a hardware defect that causes ticking on the audio line */
106#define HAVE_REMOTE_LCD_TICKING 109#define HAVE_REMOTE_LCD_TICKING
107 110