diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-25 12:30:32 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-25 12:30:32 -0400 |
commit | e6dd47db453968271dcd5e89c62c5258796511bc (patch) | |
tree | d9b0da85933a45693227837e24d05cd44e416129 /keyboard/preonic/Makefile | |
parent | cda23c754e4d16438e2b42d86b4ce9a1eadc03d7 (diff) |
good enough for a preview
Diffstat (limited to 'keyboard/preonic/Makefile')
-rw-r--r-- | keyboard/preonic/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/preonic/Makefile b/keyboard/preonic/Makefile index 5eb45fe1cb..40bd36aecf 100644 --- a/keyboard/preonic/Makefile +++ b/keyboard/preonic/Makefile @@ -126,6 +126,10 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = yes # MIDI controls BACKLIGHT_ENABLE = yes +ifdef MIDI_ENABLE + SRC += keymap_midi.c +endif + # Optimize size but this may cause error "relocation truncated to fit" #EXTRALDFLAGS = -Wl,--relax |