mirror of https://github.com/qmk/qmk_firmware
9 lines
132 B
Makefile
9 lines
132 B
Makefile
|
RGBLIGHT_ENABLE = yes
|
||
|
BACKLIGHT_ENABLE = yes
|
||
|
AUDIO_ENABLE = no
|
||
|
USE_I2C = no
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|