diff options
author | Stephan Bösebeck <sb@caluga.de> | 2016-04-01 23:54:16 +0200 |
---|---|---|
committer | Stephan Bösebeck <sb@caluga.de> | 2016-04-01 23:54:16 +0200 |
commit | aee8715815544b076c123d4ed55c76e23a7e54d0 (patch) | |
tree | ea5beb11e41bf0cc0257f1a098b2218b48a83b84 /keyboard/planck/Makefile | |
parent | c274699085b2f922a5e8b14b21aa377249e62d29 (diff) | |
parent | de904af36072f53d2354bff0ed36b63014ad0d61 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 307b0c7f4f..03d2601761 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -143,7 +143,7 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality # AUDIO_ENABLE = YES # Audio output on port C6 # UNICODE_ENABLE = YES # Unicode # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID -# RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with MIDI at the same time. +# RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. ifdef BACKLIGHT_ENABLE SRC += backlight.c |