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