summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index cda5c8cee7..7c0e285bbe 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -46,6 +46,12 @@
46#define BATT_4AA_NIMH 1500 46#define BATT_4AA_NIMH 1500
47#define BATT_3AAA_ALKALINE 1000 47#define BATT_3AAA_ALKALINE 1000
48 48
49/* CONFIG_BACKLIGHT */
50#define BL_PA14_LO 0 /* Player, PA14 low active */
51#define BL_RTC 1 /* Recorder, RTC square wave output */
52#define BL_PA14_HI 2 /* Ondio, PA14 high active */
53#define BL_IRIVER 3 /* IRiver GPIO */
54
49/* now go and pick yours */ 55/* now go and pick yours */
50#if defined(ARCHOS_PLAYER) 56#if defined(ARCHOS_PLAYER)
51#include "config-player.h" 57#include "config-player.h"