summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/helper.h')
-rw-r--r--apps/plugins/lib/helper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/lib/helper.h b/apps/plugins/lib/helper.h
index e59325d5d9..6aee4dc581 100644
--- a/apps/plugins/lib/helper.h
+++ b/apps/plugins/lib/helper.h
@@ -23,6 +23,16 @@
#include "plugin.h"
+#ifndef MAX_BRIGHTNESS_SETTING
+#define MAX_BRIGHTNESS_SETTING 0
+#endif
+#ifndef MIN_BRIGHTNESS_SETTING
+#define MIN_BRIGHTNESS_SETTING 0
+#endif
+#ifndef DEFAULT_BRIGHTNESS_SETTING
+#define DEFAULT_BRIGHTNESS_SETTING 0
+#endif
+
int talk_val(long n, int unit, bool enqueue);
/**