summaryrefslogtreecommitdiffstats
path: root/users/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r--users/drashna/config.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h
index 4545b34ef..0d41359cc 100644
--- a/users/drashna/config.h
+++ b/users/drashna/config.h
@@ -73,4 +73,11 @@
#define MACRO_TIMER 5
-
+#if !defined(BOOTMAGIC_LITE) && !defined(BOOTMAGIC_ENABLE)
+#ifndef BOOTMAGIC_LITE_COLUMN
+ #define BOOTMAGIC_LITE_COLUMN 0
+#endif
+#ifndef BOOTMAGIC_LITE_ROW
+ #define BOOTMAGIC_LITE_ROW 0
+#endif
+#endif