summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-21 12:16:17 +1000
committerGitHub <noreply@github.com>2023-09-21 12:16:17 +1000
commitdb68a95caea7ee65c6b91603ad6b11928a579953 (patch)
tree080d48af2c075d91e3ba7de50b1ec50712cdfd98 /quantum/led_matrix/led_matrix.h
parent6b5cb01834e050f6c87e885b59db6b43ec09f8da (diff)
LED/RGB Matrix: prefix driver defines (#22088)
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
-rw-r--r--quantum/led_matrix/led_matrix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h
index c2533ca49c..d654fd5757 100644
--- a/quantum/led_matrix/led_matrix.h
+++ b/quantum/led_matrix/led_matrix.h
@@ -25,15 +25,15 @@
#include "led_matrix_types.h"
#include "keyboard.h"
-#ifdef IS31FL3731
+#ifdef LED_MATRIX_IS31FL3731
# include "is31fl3731-simple.h"
#elif defined(IS31FLCOMMON)
# include "is31flcommon.h"
#endif
-#ifdef IS31FL3733
+#ifdef LED_MATRIX_IS31FL3733
# include "is31fl3733-simple.h"
#endif
-#ifdef CKLED2001
+#ifdef LED_MATRIX_CKLED2001
# include "ckled2001-simple.h"
#endif