diff options
author | Joel Challis <git@zvecr.com> | 2024-01-28 22:51:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 22:51:58 +0000 |
commit | 5cd31fda9c1302044f4423d940be7c888d15ad1a (patch) | |
tree | 796fd88923fb0daba9f9cb0f67855b8b3b2e8805 /quantum/quantum.h | |
parent | bb711456329beda1ab8573fbac3ad51bd398872b (diff) |
Begin removal of bootmagic lite terminology (#22970)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 996e93a12f..98d848581d 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -42,7 +42,6 @@ #include "action_layer.h" #include "eeconfig.h" #include "bootloader.h" -#include "bootmagic.h" #include "timer.h" #include "sync_timer.h" #include "gpio.h" @@ -59,6 +58,10 @@ #include <stdio.h> #include <string.h> +#ifdef BOOTMAGIC_ENABLE +# include "bootmagic.h" +#endif + #ifdef DEFERRED_EXEC_ENABLE # include "deferred_exec.h" #endif |