summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-06 17:12:09 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-06 17:12:09 +0000
commit3fa16843019b65016e125d74f38d34ac5e665f6b (patch)
treec1f9a926dafe2c12720a457508bd54709271a80f
parentef7018a7ffda346fa4c3ef46566509376d492b61 (diff)
downloadrockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.zip
rockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.tar.gz
rockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.tar.bz2
rockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.tar.xz
move the CONFIG_LED #define out into config.h as all but 3 targets actually have a real one (and apparently lots had it #defined in a !SIMULATOR block! )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22644 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-c100.h5
-rw-r--r--firmware/export/config-c200.h3
-rw-r--r--firmware/export/config-c200v2.h3
-rw-r--r--firmware/export/config-clip.h3
-rw-r--r--firmware/export/config-cowond2.h3
-rw-r--r--firmware/export/config-creativezvm.h3
-rw-r--r--firmware/export/config-creativezvm60gb.h3
-rw-r--r--firmware/export/config-e200.h3
-rw-r--r--firmware/export/config-e200v2.h3
-rw-r--r--firmware/export/config-fuze.h3
-rw-r--r--firmware/export/config-gigabeat-s.h3
-rw-r--r--firmware/export/config-gigabeat.h3
-rw-r--r--firmware/export/config-h10.h3
-rw-r--r--firmware/export/config-h10_5gb.h3
-rw-r--r--firmware/export/config-h300.h3
-rwxr-xr-xfirmware/export/config-hdd1630.h3
-rw-r--r--firmware/export/config-iaudio7.h3
-rw-r--r--firmware/export/config-iaudiom5.h3
-rw-r--r--firmware/export/config-iaudiox5.h3
-rw-r--r--firmware/export/config-ifp7xx.h3
-rw-r--r--firmware/export/config-ipod1g2g.h3
-rw-r--r--firmware/export/config-ipod3g.h3
-rw-r--r--firmware/export/config-ipodcolor.h3
-rw-r--r--firmware/export/config-ipodmini.h3
-rw-r--r--firmware/export/config-ipodmini2g.h4
-rw-r--r--firmware/export/config-ipodnano.h3
-rw-r--r--firmware/export/config-ipodnano2g.h3
-rw-r--r--firmware/export/config-logikdax.h3
-rw-r--r--firmware/export/config-m200.h3
-rw-r--r--firmware/export/config-m200v4.h3
-rw-r--r--firmware/export/config-meizu-m3.h3
-rw-r--r--firmware/export/config-meizu-m6sl.h3
-rw-r--r--firmware/export/config-meizu-m6sp.h3
-rw-r--r--firmware/export/config-mrobe100.h3
-rw-r--r--firmware/export/config-mrobe500.h3
-rw-r--r--firmware/export/config-ondavx747.h3
-rw-r--r--firmware/export/config-ondavx767.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rwxr-xr-xfirmware/export/config-sa9200.h3
-rw-r--r--firmware/export/config-tpj1022.h2
-rw-r--r--firmware/export/config-view.h3
-rw-r--r--firmware/export/config-yh820.h3
-rw-r--r--firmware/export/config-yh920.h3
-rw-r--r--firmware/export/config-yh925.h3
-rw-r--r--firmware/export/config-yps3.h3
-rw-r--r--firmware/export/config.h2
47 files changed, 2 insertions, 140 deletions
diff --git a/firmware/export/config-c100.h b/firmware/export/config-c100.h
index d632dee..5cc29e3 100644
--- a/firmware/export/config-c100.h
+++ b/firmware/export/config-c100.h
@@ -114,10 +114,7 @@
/* The start address index for ROM builds */
/* #define ROM_START 0x11010 for behind original Archos */
-#define ROM_START 0x7010 /* for behind BootBox */
-
-/* Software controlled LED */
-#define CONFIG_LED LED_VIRTUAL
+#define ROM_START 0x7010 /* for behind BootBox */
#define CONFIG_LCD LCD_S6B33B2
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index db64e5c..654ac7b 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -191,9 +191,6 @@
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7451
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index 669bf29..d6c2159 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -184,9 +184,6 @@
#endif /* BOOTLOADER */
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 03f5edd..3b82a25 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -184,9 +184,6 @@
#endif /* BOOTLOADER */
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 0637a70..453fa0d 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -165,9 +165,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-/* Software controlled LED */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_COWOND2
#define BOOTFILE_EXT "d2"
diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h
index 7374e7d..d2cda08 100644
--- a/firmware/export/config-creativezvm.h
+++ b/firmware/export/config-creativezvm.h
@@ -147,9 +147,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* define this if the backlight can be set to a brightness */
//#define __BACKLIGHT_INIT
diff --git a/firmware/export/config-creativezvm60gb.h b/firmware/export/config-creativezvm60gb.h
index 490db1f..e81c920 100644
--- a/firmware/export/config-creativezvm60gb.h
+++ b/firmware/export/config-creativezvm60gb.h
@@ -146,9 +146,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* define this if the backlight can be set to a brightness */
//#define __BACKLIGHT_INIT
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index f130a63..8b7e0d6 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -203,9 +203,6 @@
/** Port-specific settings **/
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Main LCD backlight brightness range and defaults */
#define MIN_BRIGHTNESS_SETTING 1
#define MAX_BRIGHTNESS_SETTING 12
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index d66bde4..dff99cd 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -195,9 +195,6 @@
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7423
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index c8d7e2f..4ca583c 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -193,9 +193,6 @@
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7423
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 015e863..3f001af 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -194,9 +194,6 @@
/* Define this to add support for ATA DMA */
#define HAVE_ATA_DMA
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_GIGABEAT
/* define this if the backlight can be set to a brightness */
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index a6ec25d..4c06a4d 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -175,9 +175,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_GIGABEAT
/* define this if the backlight can be set to a brightness */
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 04a6123..0dc845c 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -174,9 +174,6 @@
#define USB_VENDOR_ID 0x0B70
#define USB_PRODUCT_ID 0x00BA
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index 806ce0c..8275e50 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -153,9 +153,6 @@
#define USE_ROCKBOX_USB
#define USB_VENDOR_ID 0x0B70
#define USB_PRODUCT_ID 0x00BA
-
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 91f54f5..9fad6cc 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -156,9 +156,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_H300
/* Offset ( in the firmware file's header ) to the file CRC */
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index d588b3b..05450e0 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -188,9 +188,6 @@
#define USB_VENDOR_ID 0x0471
#define USB_PRODUCT_ID 0x014C
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h
index c8612bb..68393f1 100644
--- a/firmware/export/config-iaudio7.h
+++ b/firmware/export/config-iaudio7.h
@@ -150,9 +150,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-/* Software controlled LED */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_IAUDIO67
#define BOOTFILE_EXT "iaudio"
diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h
index 3074358..b10ac9a 100644
--- a/firmware/export/config-iaudiom5.h
+++ b/firmware/export/config-iaudiom5.h
@@ -159,9 +159,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index e048ebe..0cf3932 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -162,9 +162,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 1c85252..901f78f 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -58,9 +58,6 @@
/* Define this if you have the WM8975 audio codec */
/* #define HAVE_WM8975 */
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
#define HAVE_LCD_CONTRAST
#define MIN_CONTRAST_SETTING 5
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index d26d978..549af02 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -157,9 +157,6 @@
#define USB_HANDLED_BY_OF
/* actually firewire only, but handled like USB */
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 21c0b89..197f80f 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -161,9 +161,6 @@
#define USB_HANDLED_BY_OF
/* actually both firewire and USB, USB isn't handled yet */
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 11edc98..ea02b90 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -161,9 +161,6 @@
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1204
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 1ec377e..9036adc 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -180,9 +180,6 @@
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1205
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index af83f5c..b69810e 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -187,10 +187,6 @@
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x1205
-
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index bd6228b..3110809 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -171,9 +171,6 @@
#define USB_VENDOR_ID 0x05ac
#define USB_PRODUCT_ID 0x120a
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index c754fb4..02277ad 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -142,9 +142,6 @@
/* Define this if you have ATA power-off control */
//#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h
index 54baa95..8cfbbd8 100644
--- a/firmware/export/config-logikdax.h
+++ b/firmware/export/config-logikdax.h
@@ -129,9 +129,6 @@
/* #define ROM_START 0x11010 for behind original Archos */
#define ROM_START 0x7010 /* for behind BootBox */
-/* Software controlled LED */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "logik"
diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h
index f9e64e8..3ec721c 100644
--- a/firmware/export/config-m200.h
+++ b/firmware/export/config-m200.h
@@ -115,9 +115,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 8
-/* Software controlled LED */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "m200"
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 119bca8..6e42fa2 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -152,9 +152,6 @@
#endif /* BOOTLOADER */
-/* Software controlled LED */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "sansa"
diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h
index 1822822..7da1759 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.h
@@ -142,9 +142,6 @@
/* Define this if you have ATA power-off control */
//#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h
index a8e3871..033dc61 100644
--- a/firmware/export/config-meizu-m6sl.h
+++ b/firmware/export/config-meizu-m6sl.h
@@ -142,9 +142,6 @@
/* Define this if you have ATA power-off control */
//#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h
index 2325b47..b5aad58 100644
--- a/firmware/export/config-meizu-m6sp.h
+++ b/firmware/export/config-meizu-m6sp.h
@@ -142,9 +142,6 @@
/* Define this if you have ATA power-off control */
//#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index 84d2ab1..4fdea14 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -179,9 +179,6 @@
#define USB_VENDOR_ID 0x07B4
#define USB_PRODUCT_ID 0x0280
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 15ce126..45733a6 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -230,9 +230,6 @@
/* Define this if you have ATA power-off control */
#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* define this if the backlight can be set to a brightness */
#define __BACKLIGHT_INIT
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index c9f80e0..dee1866 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -192,9 +192,6 @@
/* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config-ondavx767.h b/firmware/export/config-ondavx767.h
index 1d005b1..5aa755b 100644
--- a/firmware/export/config-ondavx767.h
+++ b/firmware/export/config-ondavx767.h
@@ -148,9 +148,6 @@
/* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* define this if the backlight can be set to a brightness */
#define __BACKLIGHT_INIT
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index a8802dc..46011e6 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -131,9 +131,6 @@
/* define this if media can be exchanged on the fly */
#define HAVE_HOTSWAP
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index ba26713..134f7e3 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -112,9 +112,6 @@
/* define this if media can be exchanged on the fly */
#define HAVE_HOTSWAP
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
#define CONFIG_LCD LCD_SSD1815
#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index 30aad93..7af50b5 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.h
@@ -177,9 +177,6 @@
#define USE_ROCKBOX_USB
#endif
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h
index d5f3481..cdb1eb9 100644
--- a/firmware/export/config-tpj1022.h
+++ b/firmware/export/config-tpj1022.h
@@ -131,8 +131,6 @@
#define HAVE_USBSTACK
#define USB_VENDOR_ID 0x07B4
#define USB_PRODUCT_ID 0x0280
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-view.h b/firmware/export/config-view.h
index b8f25fe..4ba5d91 100644
--- a/firmware/export/config-view.h
+++ b/firmware/export/config-view.h
@@ -178,9 +178,6 @@
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x74b1
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
/* #define HAVE_ADJUSTABLE_CPU_FREQ */
diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h
index 493c5a1..4005ec0 100644
--- a/firmware/export/config-yh820.h
+++ b/firmware/export/config-yh820.h
@@ -169,9 +169,6 @@
#define USB_VENDOR_ID 0x04e8
#define USB_PRODUCT_ID 0x5023
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-yh920.h b/firmware/export/config-yh920.h
index 7ef24ea..e5a0fc8 100644
--- a/firmware/export/config-yh920.h
+++ b/firmware/export/config-yh920.h
@@ -175,9 +175,6 @@
#define USB_VENDOR_ID 0x04e8
#define USB_PRODUCT_ID 0x5022
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h
index 73d2fd4..4119118 100644
--- a/firmware/export/config-yh925.h
+++ b/firmware/export/config-yh925.h
@@ -173,9 +173,6 @@
#define USB_VENDOR_ID 0x04e8
#define USB_PRODUCT_ID 0x5024
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-yps3.h b/firmware/export/config-yps3.h
index a1485ea..cd7cf50 100644
--- a/firmware/export/config-yps3.h
+++ b/firmware/export/config-yps3.h
@@ -144,9 +144,6 @@
/* Define this if you have ATA power-off control */
//#define HAVE_ATA_POWER_OFF
-/* Virtual LED (icon) */
-#define CONFIG_LED LED_VIRTUAL
-
/* Offset ( in the firmware file's header ) to the file CRC */
#define FIRMWARE_OFFSET_FILE_CRC 0
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 13d272f..331c7d7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -479,7 +479,7 @@ Lyre prototype 1*/
#endif
#ifndef CONFIG_LED
-#define CONFIG_LED 0
+#define CONFIG_LED LED_VIRTUAL
#endif
#ifndef CONFIG_CHARGING