diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-e200.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index adae8a211d..f130a63eae 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -185,8 +185,6 @@ #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x7421 -/* Virtual LED (icon) */ -#define CONFIG_LED LED_VIRTUAL /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ @@ -202,8 +200,12 @@ #endif /* SIMULATOR */ + /** 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 |