2017-05-05 15:41:13 +02:00
|
|
|
ifndef QUANTUM_DIR
|
|
|
|
include ../../../../Makefile
|
|
|
|
endif
|
|
|
|
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2017-05-25 12:08:17 +02:00
|
|
|
CONSOLE_ENABLE = yes # Console for debug(+400)
|
2017-05-05 15:41:13 +02:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
2017-05-05 16:49:35 +02:00
|
|
|
TAP_DANCE_ENABLE = yes
|
2017-05-05 15:41:13 +02:00
|
|
|
AUDIO_ENABLE = no
|
2017-05-05 16:49:35 +02:00
|
|
|
API_SYSEX_ENABLE = no
|