diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-09-26 05:50:17 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-09-26 05:50:17 +0200 |
commit | 266ff2344eb0bde8b1c8ca50b0137f3d01aac31d (patch) | |
tree | 76b5e818e56396e8b1ebf4a080c58c1cb8cec8aa /keyboard/planck/Makefile | |
parent | 1da07810c7a7a8cc817b971390322c1b0faec0ae (diff) | |
download | qmk_firmware-266ff2344eb0bde8b1c8ca50b0137f3d01aac31d.tar.gz qmk_firmware-266ff2344eb0bde8b1c8ca50b0137f3d01aac31d.tar.xz |
backlight
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 8780e8ab3..2f0ba5ba9 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 # UNICODE_ENABLE = YES # Unicode ifdef MIDI_ENABLE |