2017-09-08 17:47:50 +00:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
|
2018-07-23 19:23:44 +00:00
|
|
|
ifeq ("$(KEYBOARD)","vitamins_included")
|
|
|
|
RGBLIGHT_ENABLE = no
|
|
|
|
else
|
|
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
endif
|
|
|
|
|
2017-09-08 17:47:50 +00:00
|
|
|
ifndef QUANTUM_DIR
|
|
|
|
include ../../../../Makefile
|
|
|
|
endif
|