diff options
Diffstat (limited to 'keyboards/treadstone48/common/oled_helper.c')
-rw-r--r-- | keyboards/treadstone48/common/oled_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/treadstone48/common/oled_helper.c b/keyboards/treadstone48/common/oled_helper.c index 18d8681a4f..68adbe83a8 100644 --- a/keyboards/treadstone48/common/oled_helper.c +++ b/keyboards/treadstone48/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> |