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
This commit is contained in:
Xyverz
2018-07-23 12:23:44 -07:00
committed by Drashna Jaelre
parent f2bc70a264
commit 1225120b92
2 changed files with 11 additions and 6 deletions

View File

@@ -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