From f9d88da86fdbf387e40de32a8342390e066ad1f6 Mon Sep 17 00:00:00 2001 From: TerryMathews Date: Thu, 17 Jun 2021 01:39:18 -0400 Subject: [PATCH] [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 --- keyboards/thevankeyboards/minivan/rules.mk | 1 + 1 file changed, 1 insertion(+) 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 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 +RGBLIGHT_ENABLE = yes # Enable support for RGB LEDs