summaryrefslogtreecommitdiff
path: root/users/drashna/rules.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-09-02 08:32:38 -0700
committerGitHub <noreply@github.com>2022-09-02 08:32:38 -0700
commit90418b371f7ca669e801f6adcd10d387d958b7cd (patch)
tree69fb53ef192160e00ac22239ce63e2ede53294cb /users/drashna/rules.mk
parent27671d8a43bbca7b65defb94ab95102ac0334f44 (diff)
[Keymap] Fix bootmagic compilation issue with Drashna keymaps (#18223)
Diffstat (limited to 'users/drashna/rules.mk')
-rw-r--r--users/drashna/rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/drashna/rules.mk b/users/drashna/rules.mk
index 13ed761ba8..5644aad2c4 100644
--- a/users/drashna/rules.mk
+++ b/users/drashna/rules.mk
@@ -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