aboutsummaryrefslogtreecommitdiff
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 959750178..db826025c 100644
--- a/quantum/bootmagic/bootmagic.h
+++ b/quantum/bootmagic/bootmagic.h
@@ -15,9 +15,7 @@
15 */ 15 */
16#pragma once 16#pragma once
17 17
18#if defined(BOOTMAGIC_ENABLE) 18#if defined(BOOTMAGIC_LITE)
19# include "bootmagic_full.h"
20#elif defined(BOOTMAGIC_LITE)
21# include "bootmagic_lite.h" 19# include "bootmagic_lite.h"
22#endif 20#endif
23 21