blob: f5d63c56fe3562595788dd4f6c078066c188f127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
TAP_DANCE_ENABLE = yes
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
COMMAND_ENABLE = yes # Commands for debug and configuration
ifeq ("$(KEYBOARD)","ergodox_ez")
RGBLIGHT_ENABLE = yes
RGB_MATRIX_ENABLE = no
endif
CONSOLE_ENABLE = no
BOOTMAGIC_ENABLE = yes
UNICODE_ENABLE = no
UNICDOEMAP_ENABLE = yes
MACROS_ENABLED = no
INDICATOR_LIGHTS = no
ifdef RGBLIGHT_ENABLE
RGBLIGHT_TWINKLE = yes
endif
|