qmk-firmware/keyboards/naked60/keymaps/salicylic_with_nafuda/rules.mk

10 lines
241 B
Makefile

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