diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-20 11:10:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 11:10:20 -0500 |
commit | 7ff41df32c29bca4e3a6efc3047b8fa93bb99b92 (patch) | |
tree | 1f821ff584098a861ded7c72240ca8e0c8689bf8 /keyboards/xd60/rules.mk | |
parent | 49e72632d2200fc3bf71d5ced2aa43058da3b2e0 (diff) | |
parent | 76b1f392abb2a0cf4a7fa14a01818998f4de4d39 (diff) |
Merge pull request #1097 from stanleylai/master
Added support for LED backlight, XD60v2's RGB underglow LED
Diffstat (limited to 'keyboards/xd60/rules.mk')
-rw-r--r-- | keyboards/xd60/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd60/rules.mk b/keyboards/xd60/rules.mk index e0b92121d2..174c3ec848 100644 --- a/keyboards/xd60/rules.mk +++ b/keyboards/xd60/rules.mk @@ -61,5 +61,5 @@ MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |