mirror of https://github.com/qmk/qmk_firmware
18 lines
407 B
Makefile
18 lines
407 B
Makefile
TAP_DANCE_ENABLE = yes
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
ifdef KEYBOARD_ergodox_ez
|
|
RGBLIGHT_ENABLE = yes
|
|
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
|