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.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/zen/rev2/rules.mk b/keyboards/zen/rev2/rules.mk
deleted file mode 100644
index e9d19a69aa..0000000000
--- a/keyboards/zen/rev2/rules.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-ENCODER_ENABLE = yes
-
-OLED_DRIVER_ENABLE = no
-
-# 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\"
-endif