21 lines
645 B
Makefile
21 lines
645 B
Makefile
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
TAP_DANCE_ENABLE = no
|
|
AUDIO_ENABLE = no
|
|
NKRO_ENABLE = yes
|
|
BACKLIGHT_ENABLE = no
|
|
SWAP_HANDS_ENABLE = no
|
|
BOOTLOADER = qmk-dfu
|
|
|
|
INDICATOR_LIGHTS = no
|
|
RGBLIGHT_STARTUP_ANIMATION = no
|
|
CUSTOM_UNICODE_ENABLE = no
|
|
CUSTOM_SPLIT_TRANSPORT_SYNC = no
|
|
|
|
ifneq ($(strip $(KEYBOARD)), keebio/iris/rev6)
|
|
RGBLIGHT_ENABLE = yes
|
|
endif
|