blob: caf6ec7ece7510e0833015f56326325cee87b944 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ifeq ($(strip $(KEYBOARD)), crkbd/rev1/common)
BOOTLOADER = atmel-dfu # Elite-C
# Enable underglow only. (Split Common doesn't support RGB matrix on slave.)
RGBLIGHT_ENABLE = yes
else ifeq ($(strip $(KEYBOARD)), crkbd/rev1/legacy)
BOOTLOADER = atmel-dfu # Elite-C
RGB_MATRIX_ENABLE = yes # per-key RGB and underglow
endif
|