aboutsummaryrefslogtreecommitdiff
path: root/users/xulkal/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/xulkal/rules.mk')
-rw-r--r--users/xulkal/rules.mk2
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
28endif 28endif
29 29
30ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes) 30ifeq ($(strip $(OLED_ENABLE)), yes)
31 SRC += custom_oled.c 31 SRC += custom_oled.c
32endif 32endif