blob: 536d5308af0b18690eb9f51d55263f2176c730ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
TAP_DANCE_ENABLE = yes
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
COMMAND_ENABLE = yes # Commands for debug and configuration
ifeq ($(strip $(KEYBOARD)), ergodox_ez)
RGBLIGHT_ENABLE = yes
endif
CONSOLE_ENABLE = no
BOOTMAGIC_ENABLE = yes
|