From 3438acab6fe640cfaff974f47f15d38230f01a55 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika <2391500+Nebuleon@users.noreply.github.com> Date: Fri, 23 Aug 2024 01:15:40 -0400 Subject: [PATCH] Move tap_dances.c to introspection since it now needs tap_dance_actions --- keyboards/zsa/moonlander/keymaps/nebuleon/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboards/zsa/moonlander/keymaps/nebuleon/rules.mk b/keyboards/zsa/moonlander/keymaps/nebuleon/rules.mk index 27c0e00961..ca561e8ff5 100644 --- a/keyboards/zsa/moonlander/keymaps/nebuleon/rules.mk +++ b/keyboards/zsa/moonlander/keymaps/nebuleon/rules.mk @@ -7,7 +7,8 @@ TAP_DANCE_ENABLE = yes SPACE_CADET_ENABLE = no MIDI_ENABLE = yes DYNAMIC_TAPPING_TERM_ENABLE = yes -SRC = matrix.c rgb.c tap_dances.c +SRC = matrix.c rgb.c +INTROSPECTION_KEYMAP_C = tap_dances.c LTO_ENABLE = yes ifeq ($(AUDIO_DRIVER), dac_additive) SRC += audio_custom.c