summaryrefslogtreecommitdiffstats
path: root/keyboards/cassette42/common/oled_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cassette42/common/oled_helper.h')
-rw-r--r--keyboards/cassette42/common/oled_helper.h4
1 files changed, 2 insertions, 2 deletions
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