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.
2018-07-14 15:21:28 -07:00

13 lines
229 B
Makefile

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
AUDIO_ENABLE = no
MOUSEKEY_ENABLE = yes
TEMP := $(OPT_DEFS)
OPT_DEFS = $(filter-out -DBOOTLOADER_SIZE=4096,$(TEMP))
OPT_DEFS += -DBOOTLOADER_SIZE=512
BOOTLOADER = halfkay