summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-06-04 23:15:52 +0000
committerJens Arnold <amiconn@rockbox.org>2005-06-04 23:15:52 +0000
commit5690f78fb23ec66aeadf5ecf8200b5610b3e59d2 (patch)
tree62bab156602ab905851fbb000c22d48bf2f8f85e /firmware/export/config.h
parentc9cc73ec1988dae9e3d1a09347ceac2a4ecc1f67 (diff)
downloadrockbox-5690f78fb23ec66aeadf5ecf8200b5610b3e59d2.tar.gz
rockbox-5690f78fb23ec66aeadf5ecf8200b5610b3e59d2.zip
Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6568 a1c6a512-1295-4272-9138-f99709370657
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"