summaryrefslogtreecommitdiffstats
path: root/keyboards/cassette42/common
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cassette42/common')
-rw-r--r--keyboards/cassette42/common/oled_helper.c2
-rw-r--r--keyboards/cassette42/common/oled_helper.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/cassette42/common/oled_helper.c b/keyboards/cassette42/common/oled_helper.c
index de908f128a..8800699a85 100644
--- a/keyboards/cassette42/common/oled_helper.c
+++ b/keyboards/cassette42/common/oled_helper.c
@@ -1,4 +1,4 @@
-#ifdef OLED_DRIVER_ENABLE
+#ifdef OLED_ENABLE
# include QMK_KEYBOARD_H
# include <stdio.h>
# include <string.h>
diff --git a/keyboards/cassette42/common/oled_helper.h b/keyboards/cassette42/common/oled_helper.h
index 6c2680664c..daeb7bfa4d 100644
--- a/keyboards/cassette42/common/oled_helper.h
+++ b/keyboards/cassette42/common/oled_helper.h
@@ -1,4 +1,4 @@
-#ifdef OLED_DRIVER_ENABLE
+#ifdef OLED_ENABLE
void render_logo(void);
@@ -19,4 +19,4 @@ void render_led_status(void);
# define UPDATE_LED_STATUS()
# define RENDER_LED_STATUS(a)
-#endif \ No newline at end of file
+#endif