mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-06-15 19:24:54 +01:00
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
|