diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-01-23 20:37:00 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-23 20:37:00 -0500 |
commit | 9a1ae948c9e19d3153512c196801a969c9637732 (patch) | |
tree | 948641e82788ee298468da9090749f79ad765c00 /tmk_core/common.mk | |
parent | e5aee62e54d0b6f02ff170f4e9bf1e738d36fb4c (diff) | |
parent | ae620fe8562254a5c00a48b863cabd4c87abd613 (diff) |
Merge pull request #104 from jackhumbert/smarkefile
Rework Planck file structure
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r-- | tmk_core/common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk index edbcc282a5..89c366f554 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk @@ -53,6 +53,9 @@ ifdef MIDI_ENABLE OPT_DEFS += -DMIDI_ENABLE endif +ifdef AUDIO_ENABLE + OPT_DEFS += -DAUDIO_ENABLE +endif ifdef USB_6KRO_ENABLE OPT_DEFS += -DUSB_6KRO_ENABLE |