diff options
| author | TerryMathews <terry@terrymathews.net> | 2021-06-17 01:39:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-16 22:39:18 -0700 |
| commit | f9d88da86fdbf387e40de32a8342390e066ad1f6 (patch) | |
| tree | d6711d2ccaf65dcda19d060d0062f740e972986b | |
| parent | 2538d341d828d04392898a9d3ce691bcd4a79e1f (diff) | |
| download | qmk_firmware-f9d88da86fdbf387e40de32a8342390e066ad1f6.tar.gz qmk_firmware-f9d88da86fdbf387e40de32a8342390e066ad1f6.zip | |
[Keyboard] Minivan : add missing enable to support RGB LEDs (#13157)
Config.h has support for RGB LEDs but enable line was missing in rules.mk
| -rw-r--r-- | keyboards/thevankeyboards/minivan/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/minivan/rules.mk b/keyboards/thevankeyboards/minivan/rules.mk index 4e1320815..82a739c69 100644 --- a/keyboards/thevankeyboards/minivan/rules.mk +++ b/keyboards/thevankeyboards/minivan/rules.mk | |||
| @@ -28,3 +28,4 @@ MIDI_ENABLE = no # MIDI controls | |||
| 28 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 31 | RGBLIGHT_ENABLE = yes # Enable support for RGB LEDs | ||
