mirror of https://github.com/qmk/qmk_firmware
13 lines
306 B
Makefile
13 lines
306 B
Makefile
TAP_DANCE_ENABLE = yes
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
RGBLIGHT_ENABLE = yes
|
|
MIDI_ENABLE = no
|
|
CONSOLE_ENABLE = no
|
|
|
|
EXTRAFLAGS = -flto
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|