forked from forks/qmk_firmware
11 lines
170 B
Makefile
Executable file
11 lines
170 B
Makefile
Executable file
SUBPROJECT_DEFAULT = rev4
|
|
|
|
MOUSEKEY_ENABLE = yes
|
|
BLUETOOTH_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
AUDIO_ENABLE = yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|