mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
RGBLIGHT_ENABLE = yes
|
||
|
RGBLIGHT_ANIMATION = no
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|