diff options
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common_features.mk b/common_features.mk index b605dfbe5..7abdce302 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -421,12 +421,12 @@ endif | |||
421 | ifeq ($(strip $(VIA_ENABLE)), yes) | 421 | ifeq ($(strip $(VIA_ENABLE)), yes) |
422 | DYNAMIC_KEYMAP_ENABLE := yes | 422 | DYNAMIC_KEYMAP_ENABLE := yes |
423 | RAW_ENABLE := yes | 423 | RAW_ENABLE := yes |
424 | BOOTMAGIC_ENABLE := lite | 424 | BOOTMAGIC_ENABLE := yes |
425 | SRC += $(QUANTUM_DIR)/via.c | 425 | SRC += $(QUANTUM_DIR)/via.c |
426 | OPT_DEFS += -DVIA_ENABLE | 426 | OPT_DEFS += -DVIA_ENABLE |
427 | endif | 427 | endif |
428 | 428 | ||
429 | VALID_MAGIC_TYPES := yes lite | 429 | VALID_MAGIC_TYPES := yes |
430 | BOOTMAGIC_ENABLE ?= no | 430 | BOOTMAGIC_ENABLE ?= no |
431 | ifneq ($(strip $(BOOTMAGIC_ENABLE)), no) | 431 | ifneq ($(strip $(BOOTMAGIC_ENABLE)), no) |
432 | ifeq ($(filter $(BOOTMAGIC_ENABLE),$(VALID_MAGIC_TYPES)),) | 432 | ifeq ($(filter $(BOOTMAGIC_ENABLE),$(VALID_MAGIC_TYPES)),) |