diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-01-11 16:53:33 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-11 16:53:33 -0500 |
commit | 29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f (patch) | |
tree | cecb16f2969a1d250b45d828df1e700bce1d8c40 /keyboard/planck/Makefile | |
parent | 11ce694557389bdde2b5ae15af38fdad3fe77a27 (diff) | |
download | qmk_firmware-29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f.tar.gz qmk_firmware-29de37d5c0ea9fc6b5539ce4493c7b10a2a7f33f.zip |
pwm audio
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r-- | keyboard/planck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile index 485c5f77f6..fdf8c16400 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -122,8 +122,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend # NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -# MIDI_ENABLE = YES # MIDI controls +# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +MIDI_ENABLE = YES # MIDI controls # UNICODE_ENABLE = YES # Unicode # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |