]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/rgbkb/zen/rev2/rules.mk
[Keyboard] Create RGBKB Folder (#5858)
[qmk_firmware.git] / keyboards / rgbkb / zen / rev2 / rules.mk
1 ENCODER_ENABLE = yes
2
3 OLED_DRIVER_ENABLE = no
4
5 # Setup so that OLED can be turned on/off easily
6 ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
7   # Custom local font file
8   OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
9 endif