blob: 15a887e78131ceb3343778fffd3278c512eefcdd (
plain)
1
2
3
4
5
6
7
8
9
10
|
RGBLIGHT_ENABLE = yes
# If your custom naked60 pcb, you can rewrite to yes.
LED_ANIMATIONS = yes # LED animations
ifeq ($(strip $(LED_ANIMATIONS)), yes)
# OPT_DEFS += -DRGBLIGHT_ANIMATIONS
OPT_DEFS += -DLED_ANIMATIONS
endif
|