9 lines
143 B
Makefile
9 lines
143 B
Makefile
|
RGBLIGHT_ENABLE = no
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
TAP_DANCE_ENABLE = no
|
||
|
MOUSEKEY_ENABLE = yes
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|