summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index cd4896f620..c8531b8f65 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -949,6 +949,8 @@ Lyre prototype 1 */
949#ifdef HAVE_TOUCHSCREEN 949#ifdef HAVE_TOUCHSCREEN
950/* Timeout objects required for kinetic list scrolling */ 950/* Timeout objects required for kinetic list scrolling */
951#define INCLUDE_TIMEOUT_API 951#define INCLUDE_TIMEOUT_API
952/* Enable skin variable system, may not be the best place for this #define. */
953#define HAVE_SKIN_VARIABLES
952#endif /* HAVE_TOUCHSCREEN */ 954#endif /* HAVE_TOUCHSCREEN */
953 955
954#if defined(HAVE_USB_CHARGING_ENABLE) && defined(HAVE_USBSTACK) 956#if defined(HAVE_USB_CHARGING_ENABLE) && defined(HAVE_USBSTACK)