diff options
Diffstat (limited to 'keyboards/cassette42/common/oled_helper.h')
-rw-r--r-- | keyboards/cassette42/common/oled_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/cassette42/common/oled_helper.h b/keyboards/cassette42/common/oled_helper.h index 6c2680664..daeb7bfa4 100644 --- a/keyboards/cassette42/common/oled_helper.h +++ b/keyboards/cassette42/common/oled_helper.h | |||
@@ -1,4 +1,4 @@ | |||
1 | #ifdef OLED_DRIVER_ENABLE | 1 | #ifdef OLED_ENABLE |
2 | 2 | ||
3 | void render_logo(void); | 3 | void render_logo(void); |
4 | 4 | ||
@@ -19,4 +19,4 @@ void render_led_status(void); | |||
19 | # define UPDATE_LED_STATUS() | 19 | # define UPDATE_LED_STATUS() |
20 | # define RENDER_LED_STATUS(a) | 20 | # define RENDER_LED_STATUS(a) |
21 | 21 | ||
22 | #endif \ No newline at end of file | 22 | #endif |