blob: 852e38f24e6e290f47672085d2a0dd22c3903ef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|