qmk_firmware/layouts/community/ortho_4x12/xyverz/rules.mk
Xyverz 1225120b92 Keymap: Adjustments to my Ortho_4x12 layout configs (#3466)
* Rules for vitamins_included

Added a section to disable RGB underglow for the Let's Split
   Vitamins Included board.

* fixing ortho_4x12 configs
2018-07-23 12:23:44 -07:00

13 lines
280 B
Makefile

BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output on port C6
ifeq ("$(KEYBOARD)","vitamins_included")
RGBLIGHT_ENABLE = no
else
RGBLIGHT_ENABLE = yes
endif
ifndef QUANTUM_DIR
include ../../../../Makefile
endif