summaryrefslogtreecommitdiff
path: root/quantum/bootmagic/bootmagic.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/bootmagic/bootmagic.h')
-rw-r--r--quantum/bootmagic/bootmagic.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/bootmagic/bootmagic.h b/quantum/bootmagic/bootmagic.h
index 959750178d..db826025ce 100644
--- a/quantum/bootmagic/bootmagic.h
+++ b/quantum/bootmagic/bootmagic.h
@@ -15,9 +15,7 @@
*/
#pragma once
-#if defined(BOOTMAGIC_ENABLE)
-# include "bootmagic_full.h"
-#elif defined(BOOTMAGIC_LITE)
+#if defined(BOOTMAGIC_LITE)
# include "bootmagic_lite.h"
#endif