mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-02 05:37:00 +06:00
14 lines
240 B
Makefile
14 lines
240 B
Makefile
MOUSEKEY_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
AUDIO_ENABLE = yes
|
|
|
|
ifeq ($(MCU),at90usb1286)
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
|
CONSOLE_ENABLE = no
|
|
COMMAND_ENABLE = no
|
|
BLUETOOTH_ENABLE = no
|
|
else
|
|
BLUETOOTH_ENABLE = yes
|
|
endif
|
|
|