Skip to content

Commit

Permalink
Fix CRC for AVR and enable again. (qmk#13253)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored and nhongooi committed Dec 5, 2021
1 parent 0e7a392 commit 06a512d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ endif
ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
POST_CONFIG_H += $(QUANTUM_DIR)/split_common/post_config.h
OPT_DEFS += -DSPLIT_KEYBOARD
CRC_ENABLE := yes

# Include files used by all split keyboards
QUANTUM_SRC += $(QUANTUM_DIR)/split_common/split_util.c
Expand Down Expand Up @@ -569,7 +570,7 @@ endif

ifeq ($(strip $(CRC_ENABLE)), yes)
OPT_DEFS += -DCRC_ENABLE
QUANTUM_LIB_SRC += crc.c
SRC += crc.c
endif

HAPTIC_ENABLE ?= no
Expand Down

0 comments on commit 06a512d

Please sign in to comment.