My local repo of qmk firmware.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
|
|
|
DYNAMIC_KEYMAP_ENABLE = no
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
AUDIO_ENABLE = no
|
|
|
|
|
|
|
|
# only enable audio on specific boards
|
|
|
|
ifeq ($(strip $(KEYBOARD)), evyd13/plain60)
|
|
|
|
AUDIO_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(strip $(KEYBOARD)), clueboard/60)
|
|
|
|
AUDIO_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(strip $(KEYBOARD)), hadron/ver3)
|
|
|
|
AUDIO_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(strip $(KEYBOARD)), fruity60)
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = no
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(strip $(KEYBOARD)), kbdfans/kbd75/rev1)
|
|
|
|
COMMAND_ENABLE = no
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(strip $(KEYBOARD)), ai03/polaris)
|
|
|
|
RGBLIGHT_ENABLE = no
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
|
|
|
endif
|