diff options
Diffstat (limited to 'users/drashna/rules.mk')
-rw-r--r-- | users/drashna/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk index 02a75a7b7..dbacae1d5 100644 --- a/users/drashna/rules.mk +++ b/users/drashna/rules.mk | |||
@@ -64,7 +64,7 @@ ifeq ($(strip $(PROTOCOL)), VUSB) | |||
64 | endif | 64 | endif |
65 | 65 | ||
66 | CUSTOM_OLED_DRIVER ?= yes | 66 | CUSTOM_OLED_DRIVER ?= yes |
67 | ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes) | 67 | ifeq ($(strip $(OLED_ENABLE)), yes) |
68 | ifeq ($(strip $(CUSTOM_OLED_DRIVER)), yes) | 68 | ifeq ($(strip $(CUSTOM_OLED_DRIVER)), yes) |
69 | SRC += oled_stuff.c | 69 | SRC += oled_stuff.c |
70 | OPT_DEFS += -DCUSTOM_OLED_DRIVER_CODE | 70 | OPT_DEFS += -DCUSTOM_OLED_DRIVER_CODE |