summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 45eb1e4f9b..2e50a2fc85 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -37,3 +37,10 @@
37 37
38/* Define this if the platform has batteries */ 38/* Define this if the platform has batteries */
39#define HAVE_BATTERIES 1 39#define HAVE_BATTERIES 1
40
41/* Define this for programmable LED available */
42#define HAVE_LED
43
44/* Define this for LCD backlight available */
45#define HAVE_BACKLIGHT
46