This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
292 B
Makefile
Raw Normal View History

SUBPROJECT_DEFAULT = rev4
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
AUDIO_ENABLE = yes
ifeq ($(MCU),at90usb1286)
BOOTMAGIC_ENABLE = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
BLUETOOTH_ENABLE = no
else
BLUETOOTH_ENABLE = yes
endif
ifndef QUANTUM_DIR
include ../../../../Makefile
endif