]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/xyverz/rules.mk
Keyboard: 40percentclub - enable 4x4 and 5x5 community keymaps (#4437)
[qmk_firmware.git] / layouts / community / ortho_4x12 / xyverz / rules.mk
1 BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
2 AUDIO_ENABLE = no           # Audio output on port C6
3
4 ifeq ("$(KEYBOARD)","vitamins_included")
5   RGBLIGHT_ENABLE = no
6 else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
7           RGBLIGHT_ENABLE = no
8 else
9   RGBLIGHT_ENABLE = yes
10 endif
11
12 ifndef QUANTUM_DIR
13         include ../../../../Makefile
14 endif