Skip to content

Commit

Permalink
Move tap_dances.c to introspection since it now needs tap_dance_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebuleon committed Aug 23, 2024
1 parent b38eed9 commit 3438aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/zsa/moonlander/keymaps/nebuleon/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3438aca

Please sign in to comment.