summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_4x12/xyverz/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_4x12/xyverz/rules.mk')
-rw-r--r--layouts/community/ortho_4x12/xyverz/rules.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/xyverz/rules.mk b/layouts/community/ortho_4x12/xyverz/rules.mk
index 3ab674a2a..852e38f24 100644
--- a/layouts/community/ortho_4x12/xyverz/rules.mk
+++ b/layouts/community/ortho_4x12/xyverz/rules.mk
@@ -1,7 +1,12 @@
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable RGB Underglow 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