diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-14 19:13:24 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-14 19:13:24 -0400 |
commit | ddbe4307789b6087c3e6f146a5e02f1084f3cecc (patch) | |
tree | d75c0ced15406d0d9d1cba0750f9296a0dbaf8e1 /keyboard/planck/Makefile | |
parent | bdb6dceaebc358dd4aae593d51d3ba0dd61858a9 (diff) | |
download | qmk_firmware-ddbe4307789b6087c3e6f146a5e02f1084f3cecc.tar.gz qmk_firmware-ddbe4307789b6087c3e6f146a5e02f1084f3cecc.zip |
new defaults
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 ae637fc295..ee1c60feda 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -138,7 +138,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration # 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 -# AUDIO_ENABLE = yes # Audio output on port C6 +AUDIO_ENABLE = yes # Audio output on port C6 # UNICODE_ENABLE = yes # Unicode # BLUETOOTH_ENABLE = ye # Enable Bluetooth with the Adafruit EZ-Key HID # RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |