5777177cec
* initial commit * README * Unique id * info.json * layotus * br * Move to handwired * cleanup * Disable command for fruity out of flash space * Old compiler turn off command
16 lines
335 B
Makefile
16 lines
335 B
Makefile
BOOTMAGIC = lite
|
|
DYNAMIC_KEYMAP_ENABLE = no
|
|
CONSOLE_ENABLE = yes
|
|
COMMAND_ENABLE = yes
|
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
|
|
|
# only enable audio on specific boards
|
|
ifeq ($(strip $(KEYBOARD)), maartenwut/plain60)
|
|
AUDIO_ENABLE = yes
|
|
else
|
|
AUDIO_ENABLE = no
|
|
endif
|
|
|
|
ifeq ($(strip $(KEYBOARD)), fruity60)
|
|
COMMAND_ENABLE = no
|
|
endif
|