summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 8cf025e15b..b228dea285 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -48,3 +48,10 @@
48 48
49/* The start address index for ROM builds */ 49/* The start address index for ROM builds */
50#define ROM_START 0x11010 50#define ROM_START 0x11010
51
52/* Define this for programmable LED available */
53#define HAVE_LED
54
55/* Define this for LCD backlight available */
56#define HAVE_BACKLIGHT
57