2019-04-15 06:29:50 +02:00
|
|
|
ENCODER_ENABLE = yes
|
|
|
|
|
2021-08-24 08:28:26 +02:00
|
|
|
OLED_ENABLE = no
|
2019-04-15 06:29:50 +02:00
|
|
|
|
2019-04-17 01:36:55 +02:00
|
|
|
# Setup so that OLED can be turned on/off easily
|
2021-08-24 08:28:26 +02:00
|
|
|
ifeq ($(strip $(OLED_ENABLE)), yes)
|
2019-04-15 06:29:50 +02:00
|
|
|
# Custom local font file
|
|
|
|
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
|
|
|
|
endif
|