blob: 1e7e2d417ab38d3ef1a13c5455887903c9ee479f (
plain)
1
2
3
4
5
6
7
8
9
|
TAP_DANCE_ENABLE = yes
AUDIO_ENABLE = no # piezo speaker sounds
RGBLIGHT_ENABLE = yes # rgb leds underlight
ENCODER_ENABLE = yes # rotary knob
# Some extra stuff to make firmware smaller.
LTO_ENABLE = yes
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
|