mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-30 20:56:32 +06:00
3892829d74
* cherrypicking file changes just for updates * removed unused heat foo * avoid defining own min/max * add license * formatting
9 lines
172 B
Makefile
9 lines
172 B
Makefile
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|
|
|
|
MOUSEKEY_ENABLE = yes
|
|
BACKLIGHT_ENABLE = no
|
|
AUDIO_ENABLE = no
|
|
CONSOLE_ENABLE = no # Console for debug(+400)
|