diff options
| -rw-r--r-- | firmware/export/config-h300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 3f7c7d3..019b090 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -81,6 +81,9 @@ /* 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 */ |