[Keymap] Fix bootmagic compilation issue with Drashna keymaps (#18223)

This commit is contained in:
Drashna Jaelre 2022-09-02 08:32:38 -07:00 committed by GitHub
parent 27671d8a43
commit 90418b371f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 60 additions and 54 deletions

View file

@ -133,3 +133,7 @@ ifeq ($(strip $(AUTOCORRECTION_ENABLE)), yes)
$(shell touch $(USER_PATH)/keyrecords/autocorrection/autocorrection.c)
OPT_DEFS += -DAUTOCORRECTION_ENABLE
endif
ifeq ($(strip $(BOOTMAGIC_ENABLE)), yes)
SRC += bootmagic_better.c
endif