summaryrefslogtreecommitdiff
path: root/quantum/bootmagic/bootmagic.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-01-28 22:51:58 +0000
committerGitHub <noreply@github.com>2024-01-28 22:51:58 +0000
commit5cd31fda9c1302044f4423d940be7c888d15ad1a (patch)
tree796fd88923fb0daba9f9cb0f67855b8b3b2e8805 /quantum/bootmagic/bootmagic.h
parentbb711456329beda1ab8573fbac3ad51bd398872b (diff)
Begin removal of bootmagic lite terminology (#22970)
Diffstat (limited to 'quantum/bootmagic/bootmagic.h')
-rw-r--r--quantum/bootmagic/bootmagic.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/quantum/bootmagic/bootmagic.h b/quantum/bootmagic/bootmagic.h
index db826025ce..4b5f5f7c5e 100644
--- a/quantum/bootmagic/bootmagic.h
+++ b/quantum/bootmagic/bootmagic.h
@@ -15,8 +15,11 @@
*/
#pragma once
-#if defined(BOOTMAGIC_LITE)
-# include "bootmagic_lite.h"
+#ifndef BOOTMAGIC_LITE_COLUMN
+# define BOOTMAGIC_LITE_COLUMN 0
+#endif
+#ifndef BOOTMAGIC_LITE_ROW
+# define BOOTMAGIC_LITE_ROW 0
#endif
void bootmagic(void);