diff options
Diffstat (limited to 'users/xulkal/rules.mk')
-rw-r--r-- | users/xulkal/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xulkal/rules.mk b/users/xulkal/rules.mk index 8f8365ea7..7094191f2 100644 --- a/users/xulkal/rules.mk +++ b/users/xulkal/rules.mk | |||
@@ -27,6 +27,6 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | |||
27 | SRC += custom_rgb.c | 27 | SRC += custom_rgb.c |
28 | endif | 28 | endif |
29 | 29 | ||
30 | ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes) | 30 | ifeq ($(strip $(OLED_ENABLE)), yes) |
31 | SRC += custom_oled.c | 31 | SRC += custom_oled.c |
32 | endif | 32 | endif |