diff options
Diffstat (limited to 'keyboard/preonic/Makefile')
-rw-r--r-- | keyboard/preonic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/preonic/Makefile b/keyboard/preonic/Makefile index 40bd36aecf..0145e44bc6 100644 --- a/keyboard/preonic/Makefile +++ b/keyboard/preonic/Makefile @@ -127,7 +127,8 @@ MIDI_ENABLE = yes # MIDI controls BACKLIGHT_ENABLE = yes ifdef MIDI_ENABLE - SRC += keymap_midi.c + SRC += keymap_midi.c \ + beeps.c endif # Optimize size but this may cause error "relocation truncated to fit" |