diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-25 17:06:38 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-25 17:06:38 -0400 |
commit | 9b46f4021e6c96ed4697924a90a8b2b6dd0b0acc (patch) | |
tree | 8af6a876c0b548920dc664b8a6be83a1f479460e /keyboard/planck/Makefile | |
parent | e6dd47db453968271dcd5e89c62c5258796511bc (diff) |
midi on planck
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r-- | keyboard/planck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile index 8c357f4b0a..580dc25b28 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -124,7 +124,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend # NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -# MIDI_ENABLE = YES # MIDI controls +MIDI_ENABLE = YES # MIDI controls BACKLIGHT_ENABLE = yes ifdef MIDI_ENABLE |