2017-09-21 06:32:01 +02:00
|
|
|
# Build options
|
|
|
|
|
2018-06-01 03:55:45 +02:00
|
|
|
BACKLIGHT_ENABLE = yes # Switch LEDs
|
|
|
|
MOUSEKEY_ENABLE = yes # Emulates mouse key using keypresses
|
|
|
|
RGBLIGHT_ENABLE = yes # LED strips
|
|
|
|
TAP_DANCE_ENABLE = no # Use multi-tap features
|
|
|
|
AUDIO_ENABLE = no # Audio stuff
|
2017-09-21 06:32:01 +02:00
|
|
|
|
|
|
|
ifndef QUANTUM_DIR
|
|
|
|
include ../../../../Makefile
|
|
|
|
endif
|