2017-09-29 23:52:37 +02:00
|
|
|
TAP_DANCE_ENABLE = yes
|
2017-11-17 20:59:54 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2017-09-29 23:52:37 +02:00
|
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
MIDI_ENABLE = no
|
|
|
|
CONSOLE_ENABLE = no
|
2017-11-11 04:58:53 +01:00
|
|
|
NKRO_ENABLE = yes
|
2017-11-17 20:59:54 +01:00
|
|
|
MOUSEKEY_ENABLE = no
|
2017-09-29 23:52:37 +02:00
|
|
|
|
2017-11-01 08:13:20 +01:00
|
|
|
EXTRAFLAGS = -flto
|
|
|
|
|
2017-09-29 23:52:37 +02:00
|
|
|
ifndef QUANTUM_DIR
|
|
|
|
include ../../../../Makefile
|
|
|
|
endif
|