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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 56001e32ad..6faaa49ffa 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -74,6 +74,11 @@
74#define I2C_GMINI 2 /* Gmini style */ 74#define I2C_GMINI 2 /* Gmini style */
75#define I2C_H100 3 /* iRiver h100 style */ 75#define I2C_H100 3 /* iRiver h100 style */
76 76
77/* CONFIG_LED */
78#define LED_REAL 1 /* SW controlled LED (Archos recorders, player, Gmini) */
79#define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */
80/* else HW controlled LED (iRiver H1x0) */
81
77/* now go and pick yours */ 82/* now go and pick yours */
78#if defined(ARCHOS_PLAYER) 83#if defined(ARCHOS_PLAYER)
79#include "config-player.h" 84#include "config-player.h"