summaryrefslogtreecommitdiffstats
path: root/keyboards/zen/rev2/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zen/rev2/rules.mk')
-rw-r--r--keyboards/zen/rev2/rules.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/zen/rev2/rules.mk b/keyboards/zen/rev2/rules.mk
index d1fe41052..e9d19a69a 100644
--- a/keyboards/zen/rev2/rules.mk
+++ b/keyboards/zen/rev2/rules.mk
@@ -1,14 +1,9 @@
ENCODER_ENABLE = yes
OLED_DRIVER_ENABLE = no
-OLED_ROTATE90 = yes
-# Setup so that OLED and 90 degree rotation can be turned on/off easily
-# with "OLED_DRIVER_ENABLE = yes" or "OLED_ROTATE90 = no" in user's rules.mk file
+# Setup so that OLED can be turned on/off easily
ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
# Custom local font file
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
- ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
- OPT_DEFS += -DOLED_ROTATE90
- endif
endif