diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-03-29 12:30:00 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-03-29 12:30:00 -0400 |
commit | 49bde5b5c1049589d5b02406a036c3868ddf4512 (patch) | |
tree | cba515207bf7c3260d6ca974944678df340e9a08 /keyboard/planck | |
parent | 8bbc1dcf4f52ecd675f23a9b7d4b4d812dd3ee79 (diff) | |
parent | 2ae44470e01287c48f3852ac54a87d7fc4e747c2 (diff) | |
download | qmk_firmware-49bde5b5c1049589d5b02406a036c3868ddf4512.tar.gz qmk_firmware-49bde5b5c1049589d5b02406a036c3868ddf4512.zip |
Merge pull request #222 from NoahAndrews/patch-2
Fix error in Planck makefile comment
Diffstat (limited to 'keyboard/planck')
-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 |