diff options
author | Ryan Caltabiano <rcalt2vt@gmail.com> | 2019-04-16 18:36:55 -0500 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-20 08:05:10 -0700 |
commit | dd3a813f871b911012da55a499955307c309a7a5 (patch) | |
tree | 80df58d039a9b20283057809925a2351121135d5 /keyboards/zen/rev2/rules.mk | |
parent | 0a645225b9c863a106921185a6c2e0c340f10694 (diff) |
Reducing size of data send in one frame & update Zen rev2 oled usage
Diffstat (limited to 'keyboards/zen/rev2/rules.mk')
-rw-r--r-- | keyboards/zen/rev2/rules.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/zen/rev2/rules.mk b/keyboards/zen/rev2/rules.mk index d1fe410525..e9d19a69aa 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 |