2017-09-29 21:52:37 +00:00
|
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
2017-11-01 07:13:20 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2017-09-29 21:52:37 +00:00
|
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
MIDI_ENABLE = no
|
|
|
|
CONSOLE_ENABLE = no
|
2017-11-11 03:58:53 +00:00
|
|
|
NKRO_ENABLE = yes
|
2017-09-29 21:52:37 +00:00
|
|
|
|
2017-11-01 07:13:20 +00:00
|
|
|
EXTRAFLAGS = -flto
|
|
|
|
|
2017-09-29 21:52:37 +00:00
|
|
|
ifndef QUANTUM_DIR
|
|
|
|
include ../../../../Makefile
|
|
|
|
endif
|